Identify CPU

You can find out various information about your CPU using the following three commands:

1. cat /proc/cpuinfo – displays various information about your CPU, such as the CPU model, cache size, MHz, etc:

linux proc cpuinfo

2. uname -p – displays the CPU architecture:

linux uname command

3. lscpu – displays some advanced information about your CPU:

linux lscpu command

Geek University 2022