Wednesday, December 2, 2020

lshw command within Linux

The lshw command within Linux can return details concerning the hardware of a machine.  The command below returns a list of all hardware.

sudo lshw -short


The command below shows just the entries for the disk class.

sudo lshw -short -C disk

More details can be obtained by excluding the -short parameter.

sudo lshw -C disk


https://www.cloudsavvyit.com/14863/how-to-use-lshw-in-linux-with-a-practical-example/

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.