Categories
How-To

Linux – Find Out CPU Information

“Dr. Chandra, will I dream?” – HAL-9000

You can use /proc/cpuinfo file or use the lscpu command to get info about CPU architecture. It will display information like: Number of CPUs, Threads, Cores, Sockets, etc…

Open a terminal and type the following command:
less /proc/cpuinfo

You cal also just type: lscpu for the same results