April 29, 2024, 12:58:38 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How To Know Hardware Details  (Read 5558 times)

Offline rajesh.bahl

  • Linux Learner
  • ***
  • Posts: 86
How To Know Hardware Details
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: How To Know Hardware Details
« Reply #1 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.