I stumbled upon the nifty “lshw” tool today. lshw lists your hardware. 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.
$sudo lshw -html > your-file-name.html
I stumbled upon the nifty “lshw” tool today. lshw lists your hardware. 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.
$sudo lshw -html > your-file-name.html
No comments:
Post a Comment