Linux檢視核心或系統版本總結
工作中,發現部門內很多同學還不是很清楚,如何檢視所用linux伺服器的作業系統版本,或者只會一種,下面總結一下:
一、檢視Linux核心版本命令(兩種方法):
1、cat /proc/version
[root@localhost ~]# cat /proc/version
Linux version 2.6.18-194.8.1.el5.centos.plus (mockbuild@builder17.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jul 7 11:50:45 EDT 2010
2、uname -a
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-194.8.1.el5.centos.plus #1 SMP Wed Jul 7 11:50:45 EDT 2010 i686 i686 i386 GNU/Linux
二、檢視Linux系統版本的命令(3種方法):
1、lsb_release -a,即可列出所有版本資訊:
[root@localhost ~]# 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.5 (Final)
Release: 5.5
Codename: Final
這個命令適用於所有的Linux發行版,包括Redhat、SuSE、Debian…等發行版。
2、cat /etc/redhat-release,這種方法只適合Redhat系的Linux:
[root@localhost ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
3、cat /etc/issue,此命令也適用於所有的Linux發行版。
[root@localhost ~]# cat /etc/issue
CentOS release 5.5 (Final)
Kernel \r on an \m
一、檢視Linux核心版本命令(兩種方法):
1、cat /proc/version
[root@localhost ~]# cat /proc/version
Linux version 2.6.18-194.8.1.el5.centos.plus (mockbuild@builder17.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jul 7 11:50:45 EDT 2010
2、uname -a
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-194.8.1.el5.centos.plus #1 SMP Wed Jul 7 11:50:45 EDT 2010 i686 i686 i386 GNU/Linux
二、檢視Linux系統版本的命令(3種方法):
1、lsb_release -a,即可列出所有版本資訊:
[root@localhost ~]# 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.5 (Final)
Release: 5.5
Codename: Final
這個命令適用於所有的Linux發行版,包括Redhat、SuSE、Debian…等發行版。
2、cat /etc/redhat-release,這種方法只適合Redhat系的Linux:
[root@localhost ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
3、cat /etc/issue,此命令也適用於所有的Linux發行版。
[root@localhost ~]# cat /etc/issue
CentOS release 5.5 (Final)
Kernel \r on an \m
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30316686/viewspace-2107381/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux 檢視核心、系統版本命令Linux
- 在Linux下檢視系統版本資訊命令總結Linux
- linux檢視核心版本、系統版本、系統位數(32or64)Linux
- 檢視Linux核心版本Linux
- LINUX檢視系統版本Linux
- Linux - 檢視系統的版本Linux
- 檢視Linux系統版本資訊Linux
- linux檢視系統版本資訊Linux
- linux 檢視系統版本號Linux
- Linux系統檢視日誌資訊總結Linux
- 檢視ubuntu版本與linux核心版本UbuntuLinux
- Linux系統如何檢視版本資訊Linux
- Linux檢視系統版本命令Linux
- 檢視Linux系統版本的命令Linux
- 檢視linux系統版本命令Linux
- 檢視linux系統版本,核心,CPU,MEM,位數的相關命令Linux
- 檢視Linux版本系統資訊方法彙總Linux
- 如何檢視Linux作業系統版本?Linux作業系統
- 檢視linux系統版本號的命令Linux
- debain檢視系統版本AI
- 如何檢視Linux系統是什麼版本?Linux
- 檢視正在執行的 Linux 系統版本Linux
- Linux系統glibc庫版本資訊檢視Linux
- 檢視當前linux的核心版本(轉)Linux
- Linux中如何檢視系統是什麼版本?Linux
- Linux系統下檢視mysql版本的四種方法LinuxMySql
- 檢視linux版本號及作業系統位數Linux作業系統
- CentOS8檢視系統版本CentOS
- Linux檢視版本資訊及CPU核心、型號等Linux
- 如何檢視Linux系統版本?常用命令有哪些?Linux
- 在Linux中,如何檢視當前系統的版本資訊?Linux
- 使用命令檢視Linux核心版本的三種方法Linux
- Linux 檢視核心版本命令的相關說明Linux
- 檢視各種Linux發行版本及核心版本 :lsb_release , uname -a ...Linux
- Linux 系統檢視命令Linux
- linux系統檢視命令Linux
- 檢視 Linux 系統資訊Linux
- 如何檢視系統是 dedicate 或 MTS 模式模式