如何查看LINUX操作系统是多少位的

方法1:

查看linux是不是64位的命令! file /sbin/init

结果会出来 xx bit

方法二:

# getconf LONG_BIT
32
getconf命令还可以获取系统的基本配置信息,比如操作系统位数,内存大小,磁盘大小等。

$getconf -a

 

linux操作系统的主机,怎么看是哪种类型的操作系统,及操作系统的具体信息?

方法1:lsb_release -a  哪类操作系统

[root@localhost /]# lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: CentOS
Description: CentOS release 5.3 (Final)
Release: 5.3
Codename: Final


方法2:cat /proc/version 系统版本信息

[root@localhost /]# lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: CentOS
Description: CentOS release 5.3 (Final)
Release: 5.3
Codename: Final

posted on 2015-01-14 14:25  言止予思  阅读(821)  评论(0编辑  收藏  举报