Find CPU information in Ubuntu (12.10)

To get information on regarding your CPU(s) from the command line in Ubuntu:

$ cat /proc/cpuinfo


To get the model of your CPU(s) specifically:
$ cat /proc/cpuinfo | grep model\ name

Comments

Popular Posts