Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: rajesh.bahl on May 23, 2007, 06:12:59 PM

Title: How To Know Hardware Details
Post by: rajesh.bahl on May 23, 2007, 06:12:59 PM

Dear friends,

Hello !   I need to see the "inner" details of my PC like:

Processor type/speed/cache size etc.
Chipset of motherboard
Type of socket used for mounting microprocessor on the motherboard
Number of PCI/PCI-X/PCI express slots on the motherboard
Number of slots for memory and maximum expandability of RAM

Is there any way/utility to get this information under Linux ? I am using CentOS 4.4.


regards
rajesh.bahl
Title: Re: How To Know Hardware Details
Post by: Ricky on May 31, 2007, 05:04:57 PM
Thats pretty simple.

Run following command:
Code: [Select]
sudo lshw & you shall get what all you need.