檢視linux系統版本命令
一。檢視核心版本命令:
1) [root@SOR_SYS ~]# cat /proc/version
Linux version 2.6.18-238.el5 () (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Sun Dec 19 14:22:44 EST 2010
[root@SOR_SYS ~]#
2)[root@SOR_SYS ~]# uname -r
2.6.18-238.el5
3)[root@SOR_SYS ~]# uname -a
Linux SOR_SYS.99bill.com 2.6.18-238.el5 #1 SMP Sun Dec 19 14:22:44 EST 2010 x86_64 x86_64 x86_64 GNU/Linux
[root@SOR_SYS ~]#
二。檢視linux版本:
1) 登入到伺服器執行 lsb_release -a ,即可列出所有版本資訊,例如:
[root@SOR_SYS ~]# lsb_release -a
LSB Version:
:core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
Release: 4
Codename: NahantUpdate4
[root@SOR_SYS ~]#
注:這個命令適用於所有的linux,包括Redhat、SuSE、Debian等發行版。
2) 登入到linux執行cat /etc/issue,例如如下:
[root@SOR_SYS ~]# cat /etc/issue
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
Kernel \r on an \m
[root@SOR_SYS ~]#
3) 登入到linux執行cat /etc/redhat-release ,例如如下:
[root@SOR_SYS ~]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
[root@SOR_SYS ~]#
注:這種方式下可以直接看到具體的版本號,比如 AS4 Update 1
4)登入到linux執行rpm -q redhat-release ,例如如下:
[root@SOR_SYS ~]# rpm -q redhat-release
redhat-release-5Server-5.6.0.3
[root@SOR_SYS ~]#
注:這種方式下可看到一個所謂的release號,比如上邊的例子是5
這個release號和實際的版本之間存在一定的對應關係,如下:
redhat-release-3AS-1 -> Redhat Enterprise Linux AS 3
redhat-release-3AS-7.4 -> Redhat Enterprise Linux AS 3 Update 4
redhat-release-4AS-2 -> Redhat Enterprise Linux AS 4
redhat-release-4AS-2.4 -> Redhat Enterprise Linux AS 4 Update 1
redhat-release-4AS-3 -> Redhat Enterprise Linux AS 4 Update 2
redhat-release-4AS-4.1 -> Redhat Enterprise Linux AS 4 Update 3
redhat-release-4AS-5.5 -> Redhat Enterprise Linux AS 4 Update 4
另:第3)、4)兩種方法只對Redhat Linux有效
5) [root@SOR_SYS ~]# file /bin/bash
/bin/bash: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for
GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux
2.6.9, stripped
[root@SOR_SYS ~]#
6) [root@SOR_SYS ~]# file /bin/cat
/bin/cat: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for
GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux
2.6.9, stripped
[root@SOR_SYS ~]#
------>>轉載於:http://blog.csdn.net/zhuying_linux/article/details/6859286
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29119536/viewspace-1349730/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux檢視系統版本命令Linux
- 檢視Linux系統版本的命令Linux
- linux 檢視核心、系統版本命令Linux
- 檢視linux系統版本號的命令Linux
- LINUX檢視系統版本Linux
- Linux 系統檢視命令Linux
- linux系統檢視命令Linux
- 在Linux下檢視系統版本資訊命令總結Linux
- Linux - 檢視系統的版本Linux
- 檢視Linux系統版本資訊Linux
- linux檢視系統版本資訊Linux
- linux 檢視系統版本號Linux
- 如何檢視Linux系統版本?常用命令有哪些?Linux
- linux系統資訊檢視命令Linux
- Linux檢視系統命令(轉)Linux
- Linux系統如何檢視版本資訊Linux
- Linux中命令列下檢視硬體資訊及系統版本Linux命令列
- Linux 檢視系統檔案命令Linux
- Linux系統資訊檢視命令大全Linux
- 常用檢視Linux系統資訊命令Linux
- linux系統資訊檢視命令(收藏)Linux
- 如何檢視Linux作業系統版本?Linux作業系統
- linux檢視核心版本、系統版本、系統位數(32or64)Linux
- 檢視linux系統版本,核心,CPU,MEM,位數的相關命令Linux
- debain檢視系統版本AI
- linux常用到的檢視系統命令Linux
- 如何檢視Linux系統是什麼版本?Linux
- 檢視正在執行的 Linux 系統版本Linux
- Linux檢視核心或系統版本總結Linux
- Linux系統glibc庫版本資訊檢視Linux
- Linux中如何檢視系統是什麼版本?Linux
- aix系統檢視WWNN命令AI
- Linux 系統下檢視硬體資訊命令大全Linux
- Linux中常用的檢視系統資訊的命令Linux
- Linux系統檢視log日誌命令詳解!Linux
- Linux系統中常用的檔案檢視命令Linux
- Linux系統中的程序和埠檢視命令Linux
- linux中uptime命令檢視linux系統負載Linux負載