Ma machine Linux signale les sorties "uname -a" comme ci-dessous:
[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]#
Selon la page de manuel de uname, les entrées "i686 i686 i386" indiquent:
- nom du matériel de la machine (i686)
- type de processeur (i686)
- plate-forme matérielle (i386)
Information additionnelle:
[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>
Comment différencier ces trois entrées ("i686 i686 i386")?