Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to CLI Magic: Viewing system information
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
CLI Magic: Viewing system information
Posted by: Anonymous [ip: 86.27.66.2] on January 09, 2008 02:39 PMHere are others that I use....
sudo lshw (lists the hardware detection results)
lsusb (lists the usb devices conencted to the machine)
lspci -v (list all pci devices)
lsof -p 12345 (the -p switch lists the open files for a given process ID)
blkid (show the uuid of partitions to use with fstab)
#