Size: 263
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: |
#rev 2018-09-03 bonaccos | #rev 2020-09-08 bonaccos |
Line 3: | Line 3: |
= How do i know what kind of processor I am working with? = Just run `cat /proc/cpuinfo`. |
= 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 8: | Line 9: |
Alternatively: `lscpu` might be of help. | 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.