Posts

Showing posts from November, 2014

Linux command to get the number of CPU present

To get the number of CPUs/cores present ,type the following command in terminal nproc or grep --count  processor /proc/cpuinfo