Search This Blog

Monday 9 January 2017

How to find hardware details in Linux box

To list the hardware details:

sakthiv@todoto:~$ lshw

For short description:
sudo lshw -short


Short description of memory:
sudo lshw -short -class memory

Short description of Processor:
sudo lshw -class processor


Short description of Memory:
sudo lshw -short -class disk -class storage -class volume


No comments:

Post a Comment