Find CPU information in Ubuntu (12.10)
To get information on regarding your CPU(s) from the command line in Ubuntu:
To get the model of your CPU(s) specifically:
$ cat /proc/cpuinfo
To get the model of your CPU(s) specifically:
$ cat /proc/cpuinfo | grep model\ name
Comments
Post a Comment