RSS Feed

Find the processor and memory information on a Linux box

Surprisingly, finding out your processor and memory information on a Linux box is rather easy.

To find the processor information

cat /proc/cpuinfo

To find the memory information

cat /proc/meminfo

Such information is stored in /proc, so have a browse around to find additional details about your hardware.

Posted in Linux on the 10th June 2010
blog comments powered by Disqus