Linux下查看系统版本号信息的方法

Posted 寒爵

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux下查看系统版本号信息的方法相关的知识,希望对你有一定的参考价值。

来源:http://www.ha97.com/2987.html

一、查看Linux内核版本命令(两种方法):

1、cat /proc/version

[[email protected] ~]# cat /proc/version
Linux version 2.6.18-194.8.1.el5.centos.plus ([email protected]) (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

[[email protected] ~]# 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,即可列出所有版本信息:

[[email protected] ~]# 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:

[[email protected] ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)

3、cat /etc/issue,此命令也适用于所有的Linux发行版。

[[email protected] ~]# cat /etc/issue
CentOS release 5.5 (Final)
Kernel on an m

以上是关于Linux下查看系统版本号信息的方法的主要内容,如果未能解决你的问题,请参考以下文章

Linux下查看系统版本号信息的方法

linux系统内怎么查看系统版本

linux杂谈查看centOS系统的版本号和内核号

查看Linux内核版本的命令

查看Linux内核版本

linux如何查看系统版本