Answers for "ubuntu view cpu cores"

2

ubuntu check how many cores

cat /proc/cpuinfo | grep processor | wc -l
Posted by: Guest on October-15-2020
1

linux check cpu core

lscpu

#or
cat /proc/cpuinfo
Posted by: Guest on June-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language