Archive

Posts Tagged ‘lshw’

lshw – Hardware details on Ubuntu/Linux

February 19th, 2007 Arun Manivannan No comments

This is a wonderful tool for Linux users. Know all your hardware details with this superb tool called  “lshw”

Try it now:
$sudo lshw

You can get specific details by using the -C flag:
$sudo lshw -C disk
will list all you hard disks.

To create an html page with your hardware details, then type:
$sudo lshw -html > your-file-name.html

This is what I got when i used the last command on my machine.

Categories: Uncategorized Tags: ,