Quote:
Originally posted by davee
There's a command on Solaris (prtconf) which lists all hardware installed on a box. Is there an equivalent command on linux (RedHat ES)?
Dave
|
/sbin/lspci will show all the pci hardware (including usb bridges,agp cards etc)
/sbin/lsusb will show all the usb devices (mice,etc)
dmesg will show you the kernel messages which can show you all the devices the kernel has found (hard disks,cdroms,etc)
There are many programs that gather all the information and output it in a more beautiful way, so you can see all the devices
you have, without running all these commands i mentioned.