如何找出RHEL 6/CentOS 6内核版本

时间:2020-01-09 10:34:18  来源:igfitidea点击:

问题描述:
如何找到在HP服务器上运行的RHEL(Red Hat Enterprise Linux)6 Linux内核版本号?
如何获得RHEL 6内核版本?
您如何使用CLI查找CentOS 6内核版本?

解决方法:
您需要使用" uname"命令来查找有关RHEL 6内核或CentOS 6 Linux内核的名称和信息。
它可以提供以下信息:

  • 内核名称(-s)
  • 网络节点主机名(-n)
  • CentOS 6内核版本(-r)
  • RHEL 6内核版本(-v)
  • 机器硬件名称(-m)
  • 处理器类型(-p)
  • 硬件平台(-i)
  • 操作系统(-o)

本教程显示了如何使用bash shell"查找RHEL 6内核版本"。

打开命令行终端(选择应用程序>附件>终端),或使用ssh命令登录到远程服务器,然后键入:

CentOS/RHEL 6查找内核版本命令

输出示例:

$ uname -r

以下提供了更多信息:

2.6.32-220.2.1.el6.x86_6

输出示例:

$ uname -mrs

您可以使用以下命令查看完整信息:

Linux 2.6.32-220.2.1.el6.x86_64 x86_64

输出示例:

$ uname -a

以上输出表明我正在运行内核版本2.6.32。
数字220.2.1表示其他信息,例如安全性或错误修复内核修订版。

Linux example.theitroad.local 2.6.32-220.2.1.el6.x86_64 #1 SMP Tue Dec 13 16:21:34 EST 2011 x86_64 x86_64 x86_64 GNU/Linux

键入以下cat命令:

查找Red Hat Enteprise Linux或CentOS Linux发行版本

输出示例:

$ cat /etc/redhat-release

或者,您可以使用lsb_release命令命令,如下所示:

Red Hat Enterprise Linux Server release 6.2 (Santiago)

输出示例:

$ lsb_release -a

lsb_release命令支持以下选项:

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:	RedHatEnterpriseServer
Description:	Red Hat Enterprise Linux Server release 6.4 (Santiago)
Release:	6.4
Codename:	Santiago

您可以使用/etc/issue文件。
但是,许多系统管理员都自定义此文件。
因此,我建议您仅使用uname命令:

-v, --version

              Display the version of the LSB specification against  which  the
              distribution is compliant.

       -i, --id

              Display the string id of the distributor.

       -d, --description

              Display the single line text description of the distribution.

       -r, --release

              Display the release number of the distribution.

       -c, --codename

              Display the codename according to the distribution release.

       -a, --all

              Display all of the above information.

       -s, --short

              Use  short  output  format  for  information  requested by other
              options (or version if none).

/etc/issue文件

cat /etc/issue
 
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Kernel \r on an \m