Skip to Content

LINUX How to get CPU count

Posted on
# grep processor /proc/cpuinfo | wc -l
40