檢視Linux版本命令

2021-04-23 14:16:23 字數 1336 閱讀 2127

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

[root@www ~]# lsb_release -a

lsb version:??? :core-3.0-ia32:core-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch

distributor id: redhatenterpriseas

description:??? red hat enterprise linux as release 4 (nahant update 4)

release:??????? 4

codename:?????? nahantupdate4

以上命令適用於所有的linux,包括redhat、suse、debian等發行版。

2)uname -a

[root@www ~]# uname -a

linux www.test.com

2.6.9

-42.elsmp #1 smp wed jul 12 23:27:17 edt 2006 i686 i686 i386 gnu/linux

3)cat /proc/version

[root@www ~]# cat /proc/version

linux version

2.6.9

-42.elsmp ([email protected]) (gcc version 3.4.6 20060404 (red hat 3.4.6-2)) #1 smp wed jul 12 23:27:17 edt 2006

4)cat /etc/issue

[root@www ~]# cat /etc/issue

red hat enterprise linux as release 4 (nahant update 4)

kernel /r on an /m

5) 登入到linux執行cat /etc/redhat-release ,例如如下:

[root@www ~]# cat /etc/redhat-release

red hat enterprise linux as release 4 (nahant update 4)

這種方式下可以直接

看到具體的版本號,比如as4 update 1

6)登入到linux執行rpm -q redhat-release ,例如如下

[root@www ~]# rpm -q redhat-release

redhat-release-4as-5.5

第(5)(6)兩種方法只對redhat linux有效

檢視linux版本命令

1.檢視核心版本命令 1 root q1test01 cat proc version linux version 2.6.9 22.elsmp bhcompile crowe.devel.redhat.com gcc version 3.4.4 20050721 red hat 3.4.4 2 1...

檢視linux系統版本命令

1.檢視核心版本命令 1 root q1test01 cat proc version linux version 2.6.9 22.elsmp bhcompile crowe.devel.redhat.com gcc version 3.4.4 20050721 red hat 3.4.4 2 1...

檢視linux系統版本命令

一。檢視核心版本命令 1 root sor sys cat proc version linux version 2.6.18 238.el5 mockbuild x86 012.build.bos.redhat.com gcc version 4.1.2 20080704 red hat 4.1....