LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do you display processor type & speed? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-you-display-processor-type-and-speed-149731/)

scardog 02-23-2004 06:52 PM

How do you display processor type & speed?
 
A newbie to Linux. I know how to do this in Windows, but I cannot find in the man pages, Linux books, or web pages on how to display system configuration information like memory, CPU type & speed, hard disk size without rebooting and going into the bios. What command shows this information?

Thanks,
Scardog

synaptical 02-23-2004 07:15 PM

lm_sensors

hard disk size:
df

memory:
free

snacky 02-23-2004 07:19 PM

"cat /proc/cpuinfo" will tell you CPU MHz, cache size, and CPU name, among other things.

scardog 02-23-2004 07:34 PM

Thanks to you both.


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