Size: 167
Comment:
|
← Revision 6 as of 2020-09-08 13:25:07 ⇥
Size: 350
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? = Investigate 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. ---- [[CategoryLXCL]] |
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.