檢視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系統glibc庫版本資訊檢視Linux
- 檢視正在執行的 Linux 系統版本Linux
- Linux中如何檢視系統是什麼版本?Linux
- Linux系統檢視log日誌命令詳解!Linux
- Linux系統中的程序和埠檢視命令Linux
- Linux系統中常用的檔案檢視命令Linux
- Linux系統下檢視mysql版本的四種方法LinuxMySql
- Linux 系統下檢視硬體資訊命令大全Linux
- Linux中常用的檢視系統資訊的命令Linux
- 檢視Linux核心版本Linux
- Linux系統檢視磁碟可用空間的5個命令Linux
- Linux系統檢視檔案地址常用的命令詳解!Linux
- CentOS8檢視系統版本CentOS
- 使用命令檢視Linux核心版本的三種方法Linux
- 在Linux中,如何檢視當前系統的版本資訊?Linux
- 檢視系統型別的命令型別
- 檢視 Linux 系統資訊Linux
- Linux系統中檢視程式埠常用命令有哪些?Linux
- 『學了就忘』Linux系統管理 — 83、Linux中程式的檢視(top命令)Linux
- 檢視Linux系統資訊都有哪些命令?Linux學會有什麼用Linux
- 如何檢視solaris系統的版本和位數?solaris系統的版本和位數的檢視方法
- Linux中系統狀態檢測命令Linux
- linux檢視裝置命令Linux
- 『學了就忘』Linux基礎命令 — 36、檢視系統痕跡相關命令Linux
- Linux系統下如何檢視日誌?常用命令有哪些?Linux
- Linux 如何檢視系統負載Linux負載
- 每天一個Linux命令之ps-檢視系統程式資訊Linux
- Linux系統中如何檢視當前路徑?常用命令有哪些?Linux
- LINUX 檢視硬體配置命令Linux
- Linux 系統檢視使用者組Linux