查看centos版本号
Posted IDO老徐测试窝 / 软件测试圈
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看centos版本号相关的知识,希望对你有一定的参考价值。
--写在开始--
玩Linux,不同的版本会有一些细微区别;
so,经常需要查看服务器版本号;
--正文--
有以下命令可以查看linux服务器版本号:
# lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 6.5 (Final)
Release: 6.5
Codename: Final
这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。
[email protected] ~ # uname
Linux
[email protected] ~ # uname -r
2.6.18-164.el5
[[email protected] ~]# uname -a
Linux iZ94b31ttqsZ 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
以下二种方法适用于RedHat,CentOS
[email protected] ~ # cat /etc/redhat-release
CentOS release 5.4 (Final)
登录到linux执行rpm -q redhat-release
#rpm -q redhat-release
或CentOS
[email protected] ~ # rpm -q centos-release
centos-release-5-4.el5.centos.1
以上是关于查看centos版本号的主要内容,如果未能解决你的问题,请参考以下文章