Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2013-07-17 13:00:58
Size: 191
Editor: bonaccos
Comment:
Revision 6 as of 2020-09-08 13:25:07
Size: 350
Editor: bonaccos
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= How do i know what kind of processor I am working with? =
Just run `cat /proc/cpuinfo`.
#rev 2020-09-08 bonaccos

= How do I know what kind of processor I am working with? =

Inve
stigate the [[https://man7.org/linux/man-pages/man5/proc.5.html|proc(5)]] file `/proc/cpuinfo`.
Line 5: Line 8:

Alternatively: `lscpu` to get additional information.

How do I know what kind of processor I am working with?

Investigate the proc(5) file /proc/cpuinfo.

If you want to know that platform and kernel you're on, run uname -a.

Alternatively: lscpu to get additional information.


CategoryLXCL

FAQ/ProcessorIdentification (last edited 2020-09-08 13:25:07 by bonaccos)