linux檢視核心版本、系統版本、系統位數(32or64)

chenfengwww發表於2011-04-14
1. 檢視核心版本命令:

[root@q1test01 ~]# uname -a
Linux q1test01 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:00:54 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux

2. 檢視linux版本:

登入到伺服器執行 lsb_release -a ,即可列出所有版本資訊,例如:

[root@3.5.5Biz-46 ~]# [root@q1test01 ~]# lsb_release -a
LSB Version: :core-3.0-amd64:core-3.0-ia32:core-3.0-noarch:graphics-3.0-amd64:graphics-3.0-

ia32:graphics-3.0-noarch
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
Release: 4
Codename: NahantUpdate2
注:這個命令適用於所有的linux,包括Redhat、SuSE、Debian等發行版。

3.檢視系統是64位還是32位:

getconf LONG_BIT or getconf WORD_BIT

from:

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22036495/viewspace-1048675/,如需轉載,請註明出處,否則將追究法律責任。

相關文章