cat /proc/cpuinfo 명령어로 확인 할 수 있다

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Core(TM)2 CPU          6420  @ 2.13GHz
stepping        : 6
cpu MHz         : 2127.968
cache size      : 64 KB
physical id     : 0
siblings        : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm pni monitor ds_cpl est tm2 xtpr
bogomips        : 4227.07

여기서 lm 이 나오면 64bit => long mode
rm 이 나오면 32bit => Real Mode
pm이 나오면 32bit => Product Mode
=============================================================
리눅스 커널의 32bit,64bit 확인법
uname -a 명령어 결과
64 나 ix86 이 나올 경우 64bit 임
=============================================================
cpu 32 bit 인지 64 bit 인지 확인법
file /sbin/init 명령어 결과
/sbin/init: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped
또는
/sbin/init: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped





'Linux' 카테고리의 다른 글

crontab 설정확인 및 로그 확인  (0) 2015.06.16
리눅스에 랜카드 2개일때, default gateway 설정  (0) 2015.06.16
linux iptables 적용방법  (0) 2015.06.16
리눅스 프로세스 종료 방법  (0) 2015.06.16
linux iptables start, stop  (0) 2015.06.14
cat /proc/cpuinfo 명령어로 확인 가능

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Core(TM)2 CPU          6420  @ 2.13GHz
stepping        : 6
cpu MHz         : 2127.968
cache size      : 64 KB
physical id     : 0
siblings        : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm pni monitor ds_cpl est tm2 xtpr
bogomips        : 4227.07



여기서 lm 이 나오면 64bit => long mode
rm 이 나오면 32bit => Real Mode
pm이 나오면 32bit => Product Mode
=============================================================
리눅스 커널의 32bit,64bit 확인법
uname -a 명령어 결과
64 나 ix86 이 나올 경우 64bit 임
=============================================================
cpu 32 bit 인지 64 bit 인지 확인법
file /sbin/init 명령어 결과
/sbin/init: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped
또는
/sbin/init: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped




+ Recent posts