查看Linux版本的命令

查看内核版本

[[email protected] ~]# cat /proc/version
Linux version 2.6.9-22.ELsmp ([email protected]) (gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 SMP Mon Sep 19 18:00:54 EDT 2005

[[email protected] ~]# uname -a
Linux q1test01 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:00:54 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux

[[email protected] ~]# uname -r
2.6.9-22.ELsmp

查看Linux发行版本

lsb_release -a命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。

[[email protected]3.5.5Biz-46 ~]# lsb_release -a
LSB Version: 1.3
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 1)
Release: 4
Codename: NahantUpdate1

[[email protected] ~]# lsb_release -a
LSB Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID:    CentOS
Description:    CentOS release 6.5 (Final)
Release:    6.5
Codename:    Final

对于Redhat 和其派生出的发行版, 例如 Centos, 使用 cat /etc/redhat-release, 这种方式下可以直接看到具体的版本号,比如 AS4 Update 1

[[email protected]3.5.5Biz-46 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 1)

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

对于Redhat 使用 rpm -q redhat-release

[[email protected]3.5.5Biz-46 ~]# rpm -q redhat-release
redhat-release-4AS-2.4

这种方式下可看到一个所谓的release号,比如上边的例子是2.4

这个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

时间: 2024-11-15 02:58:35

查看Linux版本的命令的相关文章

Ubuntu下查看linux版本,内核版本,系统位数,gcc版本

1. 查看linux版本  [email protected]:~$cat /etc/issueUbuntu 11.04 \n \l 2. 查看内核版本1) [email protected]:~$ cat /proc/versionLinux version 2.6.38-13-generic ([email protected]) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ) #57-Ubuntu SMP Mon Mar 5 18:1

【转】 如何查看linux版本 如何查看LINUX是多少位

原文网址:http://blog.csdn.net/hongweigg/article/details/7192471 一.如何得知自己正在使用的linux是什么版本呢,下面的几种方法将给你带来答案! 1. 查看内核版本命令: 1) [[email protected] ~]# cat /proc/version Linux version 2.6.9-22.ELsmp ([email protected]) (gcc version 3.4.4 20050721 (Red Hat 3.4.4-

如何查看linux版本 如何查看LINUX是多少位

一.如何得知自己正在使用的linux是什么版本呢,下面的几种方法将给你带来答案! 1. 查看内核版本命令: 1) [[email protected] ~]# cat /proc/version Linux version 2.6.9-22.ELsmp ([email protected]) (gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 SMP Mon Sep 19 18:00:54 EDT 2005 2) [[email protected

【转】如何查看linux版本 如何查看LINUX是多少位

原文网址:http://sopace.blog.51cto.com/1227753/670526 如何得知自己正在使用的linux是什么版本呢,下面的几种方法将给你带来答案! 1. 查看内核版本命令: 1) [[email protected] ~]# cat /proc/version Linux version 2.6.9-22.ELsmp ([email protected]) (gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 SMP Mo

如何查看linux版本

如何查看linux版本 一. 查看linux内核版本号的三种命令: 1. cat /proc/version   结果如下: [[email protected] ~]# cat /proc/versionLinux version 3.10.0-123.el7.x86_64 ([email protected]) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Mon Jun 30 12:09:22 UTC 2014

查看linux版本和内核

查看linux内核版本号的三种命令: 第一种:登录linux,在终端输入 cat /proc/version     运行效果如下图: 第二种:登录linux,在终端输入 uname -a   即列出linux的内核版本号 运行效果如下图: 第三种:在Linux终端输入 unmae -a 即可查看linux的内核版本号 运行效果如下图 查看linux版本信息: 第一种:登录到linux服务器执行 lsb_release-a 命令,即可查看所有版本信息,如下图: 第二种:登录到linux执行 ca

用lsb_release -a 查看linux版本

1.要通过yum 安装上这个命令的软件包 yum -y install redhat-lsb 2.lsb_release -a 查看linux版本信息

查看Linux版本信息

显示操作系统相关信息 # uname -a 查看Linux内核版本 # cat /proc/version 查看Linux版本 # lsb_release -a

查看linux系统版本号命令

一.查看内核版本号命令: 1) [[email protected]_SYS ~]# cat /proc/version Linux version 2.6.18-238.el5 ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Sun Dec 19 14:22:44 EST 2010 [[email protected]_SYS ~]# 2)[[email protected]_SYS ~]#