首页  >  文章  >  运维  >  如何看centos的版本

如何看centos的版本

angryTom
angryTom原创
2020-03-31 17:00:483600浏览

如何看centos的版本

如何看centos的版本

1、lsb_release -a

# 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.4 (Final)
Release:        5.4
Codename:       Final

2、uname

这个命令适用于所有的linux,包括Redhat、SuSE、Debian、Centos等发行版。

root@MyMail ~ # uname
Linux
root@MyMail ~ # uname -r
2.6.18-164.el5
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:35 EDT 2010 i686 i686 i386 GNU/Linux

3、以下二种方法适用于RedHat,CentOS

root@MyMail ~ # cat /etc/redhat-release
CentOS release 5.4 (Final)

登录到linux执行rpm -q redhat-release

#rpm -q redhat-release
或
root@MyMail ~ # rpm -q centos-releasecentos-release-5-4.el5.centos.1

当前centos 版本与redhat对应的版本的命令

# cat /proc/version
Linux version 2.6.9-78.ELsmp (mockbuild@builder16.centos.org) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)) #1 SMP Fri Jul 25 00:04:28 EDT 2008

本篇文章来自PHP中文网,CentOS使用教程栏目,更多相关教程请关注本栏目!

以上是如何看centos的版本的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn