Linux: device manager corollary
In Ubuntu, my distribution, run:
sudo lshw
This is quite a long command for some of us, so if you’d like to put it in a file and then look at it after it’s already ran, do:
sudo lshw >> myfile.txt
In Ubuntu, my distribution, run:
sudo lshw
This is quite a long command for some of us, so if you’d like to put it in a file and then look at it after it’s already ran, do:
sudo lshw >> myfile.txt
Leave a Reply