查看系統是64位還是32位:
代碼如下 復制代碼1、getconf LONG_BIT or getconf WORD_BIT
[root@localhost ~]# getconf LONG_BIT
64
列出所有版本信息,
代碼如下 復制代碼[root@localhost ~]# lsb_release -a
LSB Version: :core-3.1-amd64:core-3.1-ia32:core-3.1-noarch:graphics-3.1-amd64:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: CentOS
Description: CentOS release 5.5 (Final)
Release: 5.5
Codename: Final
好了其它的關於查看Centos版本信息我們可參考下面方法
有以下命令可以查看:
# 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.4 (Final)
Release: 5.4
Codename: Final
這個命令適用於所有的linux,包括Redhat、SuSE、Debian等發行版。
代碼如下 復制代碼root@MyMail ~ # uname
Linux
root@MyMail ~ # uname -r
2.6.18-164.el5
以下二種方法適用於RedHat,CentOS
代碼如下 復制代碼root@MyMail ~ # cat /etc/redhat-release
CentOS release 5.4 (Final)
登錄到linux執行rpm -q redhat-release
代碼如下 復制代碼 #rpm -q redhat-release或CentOS
代碼如下 復制代碼root@MyMail ~ # rpm -q centos-release
centos-release-5-4.el5.centos.1
使用uname命令也可以查看發行版本號