LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   hardware information (https://www.linuxquestions.org/questions/linux-software-2/hardware-information-120101/)

ust 11-26-2003 07:47 AM

hardware information
 
I am running RH 8 system on PC server , except reboot the system and xwindows , how can I know the hardware information eg . CPU speed , memory/harddisk size etc. ? thx.

trickykid 11-26-2003 09:12 AM

CPU and Other device info can be found mainly in the /proc directory:
cat /proc/cpuinfo
cat /proc/pci

Size of Hardisk, layout of partitons:
df -h
/sbin/fdisk -l

Processes running and memory information:
ps -aux
top
free


All times are GMT -5. The time now is 06:17 PM.