【发布时间】:2010-09-19 17:57:24
【问题描述】:
当我输入uname -a 时,它会给出以下输出。
Linux mars 2.6.9-67.0.15.ELsmp #1 SMP Tue Apr 22 13:50:33 EDT 2008 i686 i686 i386 GNU/Linux
我如何知道给定的操作系统是 32 位还是 64 位?
这在编写configure 脚本时很有用,例如:我要为什么架构构建?
【问题讨论】:
标签: linux shell 32bit-64bit processor