내 Linux 시스템은 다음과 같이 "uname -a"출력을보고합니다.
[root@tom i386]# uname -a
Linux tom 2.6.9-89.ELsmp #1 SMP Mon Apr 20 10:34:33 EDT 2009 i686 i686 i386 GNU/Linux
[root@tom i386]#
uname의 맨 페이지에 따라 "i686 i686 i386"항목은 다음을 나타냅니다.
- 기계 하드웨어 이름 (i686)
- 프로세서 유형 (i686)
- 하드웨어 플랫폼 (i386)
추가 정보:
[root@tom i386]# cat /proc/cpuinfo
<snip>
vendor_id : GenuineIntel
CPU family : 6
model : 15
model name : Intel(R) Xeon(R) CPU 5148 @ 2.33 GHz
stepping : 6
CPU MHz : 2328.038
cache size : 4096 KB
</snip>
이 세 항목을 구별하는 방법 ( "i686 i686 i386")?