Friday, 2 March 2018

Linux tips & tricks -- lshw - What's in this box anyway?

Linux tips & tricks -- lshw - What's in this box anyway?

lshw is one of several ls prefixed hardware interrogation tools for Linux. While tools like lspci and lsusb have an obvious hardware focus, lshw is much more broad in scope and can provide an overwhelming amount of information on all of the hardware in your system.

Try this
lshw --html > ~/Documents/MyHardware.html
Then go click on the resulting file.
https://www.howtoforge.com/linux-lshw-command/

No comments:

Post a Comment