Revision 5 as of 2018-09-03 12:35:59

Clear message

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

Just run cat /proc/cpuinfo.

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

Alternatively: lscpu might be of help.


CategoryLXCL