How to List Hardware on Ubuntu

To list hardware on ubuntu u can simply use lshw command. However on ubuntu fresh installation sometimes we find that this is not installed.

1. install lshw
apt-get install lshw

2. list your hardware
lshw

3. to display certain hardware u can add option -C class
lshw -C disk
lshw -C network

4. to see more compact view class
lshw -short

Leave a Reply

Your email address will not be published. Required fields are marked *