檢視linux版本號及作業系統位數

Michael_DD發表於2014-08-11
檢視linux版本號及作業系統位數


1
  
執行 lsb_release -a ,即可列出所有版本資訊:
# lsb_release -a 
LSB Version: 1.3
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 1)
Release: 4
Codename: NahantUpdate1
適用於所有的linux,包括Redhat、SuSE、Debian等發行版。

2  執行cat /etc/redhat-release
# cat /etc/redhat-release 
Red Hat Enterprise Linux AS release 4 (Nahant Update 1) 
直接看到具體的版本號,比如 AS4 Update 1

3  rpm -q redhat-release :
# rpm -q redhat-release
redhat-release-4AS-2.4

注意:第(2)(3)兩種方法只對Redhat Linux有效

4 uname -a  (檢視linux作業系統位數)
# uname -a
Linux szadminsrv 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

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

相關文章