查看CPU个数
查看CPU个数
January 14, 2023
Content
#
grep 'model name' /proc/cpuinfo | wc -l
From
#
Links
#