At Thu, 17 Dec 2009 13:09:40 +0900 (JST),
長南洋一 wrote:
>
> それにしても、uname -a で x86_64 が三つも続くのは何だろう。
それぞれ uname(1) の -m, -p, -i オプションに対応する出力ですね。
-m, --machine
print the machine hardware name
-p, --processor
print the processor type or "unknown"
-i, --hardware-platform
print the hardware platform or "unknown"
/usr/share/doc/coreutils-6.11/sh-utils/ChangeLog.bz2:
2001-09-03 Paul Eggert <[email protected]>
* NEWS: New 'uname' options -i or --hardware-platform,
and -o or --operating-system.
'uname -a' now outputs -i and -o information at the end.
# uname(1) の日本語 man ページ (from jman_pages) の記述が
# 英語 man ページに比べて古いので、載っていないようです。
$ uname -a
Linux localhost.localdomain 2.6.31-8vl6 #1 SMP Tue Oct 13 00:59:46 JST 2009
i686 i686 i386 GNU/Linux
--
MATSUBAYASHI, 'Shaolin' Kohji
Vice President & PPC Maintainer, Project Vine [email protected]
Interaction Designer, Vine Caves Ltd. [email protected]
GPG Fingerprint: 981C 4171 3044 DC45 6024 EA00 A413 F44D 8FB7 5B97