日期:2014-05-16 浏览次数:20668 次
[root@pingan2 ~]# uname -a Linux pingan2.server 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux显示的信息里面有x86_64,则属于64位的操作系统。而是32位系统显示的信息如下
[root@localhost ~]# uname -a Linux localhost.localdomain 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:35 EDT 2010 i686 i686 i386 GNU/Linux
[root@pingan2 ~]# echo $HOSTTYPE x86_64
[root@monitor bash]# getconf LONG_BIT 32 [root@monitor bash]#