Get Information of my CPU on GNU/Linux

We can get CPU information in GNU/Linux by typing the following command:

$ cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 22
model name	: Intel(R) Celeron(R) CPU          430  @ 1.80GHz
stepping	: 1
cpu MHz		: 1800.045
...

Get Information of my CPU on GNU/Linux Read More »