[Linux] Displaying information about your processor
To view information on your micro-processor (CPU), type in the following command:
cat /proc/cpuinfo
To view a specific information, such as processor model, use the following type of command:
cat /proc/cpuinfo | grep model | cut -c14-