Centos 7 查看系统版本信息

Posted

tags:

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

列出常用的centos系统查看系统信息命令


ps:centos7


1、

uname
Linux

2、

uname -a
Linux localhost 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

3、

uname -r
3.10.0-327.el7.x86_64

4、

cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)

5、

rpm -q centos-release
centos-release-7-2.1511.el7.centos.2.10.x86_64

如果是redhat可以调用 # rpm -q redhat-release

6、

lsb_release -a
-bash: lsb_release: command not found

初始安装的centos无法执行此命令,因为缺少lsb包,我们安装下

yum install -y lsb

 一共176个包。。。执行下看看

lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description:    CentOS Linux release 7.2.1511 (Core) 
Release:        7.2.1511
Codename:       Core


(完)

本文出自 “尔与同愁” 博客,请务必保留此出处http://mannerwang.blog.51cto.com/12009183/1852804

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

如何查看CentOS 7.x版本信息

Linux,CentOS,Windows,其他操作系统安装软件,一些命令查看版本信息

centos7版本信息查看

CentOS 7 安装 neofetch

版本管理 GitLab 的安装及管理 (CentOS 7)

centos6/7通用查看系统版本的方法