2008年1月31日木曜日

How to show your CPU architecture

uname command shows your system information.

$ uname -a
Linux myserver.example.com 2.6.9-61.EL #1 Wed May 2 13:50:59 EDT 2007 i686 i686 i386 GNU/Linux


if you use -m option, it only shows your CPU architecture.

$ uname -m
i686