반응형 ubuntu8 Check Ubuntu CPU Info Total CPU Info1$ cat /proc/cpuinfo Count Logical Core1$ grep -c processor /proc/cpuinfo Count Physical CPU1$ grep "physical id" /proc/cpuinfo | sort -u | wc -l Count CPU's Physical Core1$ grep "cpu cores" /proc/cpuinfo | tail -1 2016. 2. 12. Check my Ubuntu is 32bit or 64bit Check my Ubuntu is 32bit or 64bit Open Terminal => dpkg -s libc6 | grep Arch Architecture: i386 -> 32bit Architecture: amd64 -> 64bit. You can install amd64 version on Intel 64bit support CPU . 2016. 2. 12. 이전 1 2 다음