Linux—系统管理

2019-11-08 16:04:09来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

Linux—系统管理

查看系统版本

CentOS系统

# centos7查看命令
[root@localhost ~]# cat /etc/os-release

# centos6/7通用命令
[root@localhost ~]# cat /etc/redhat-release
[root@localhost ~]# cat /etc/redhat-release | sed -r 's/.* ([0-9]+)\..*/\1/'

# centos6/7通用命令
[root@localhost ~]# cat /etc/centos-release
[root@localhost ~]# cat /etc/centos-release | sed -r 's/.* ([0-9]+)\..*/\1/'

# centos6/7通用命令
[root@localhost ~]# rpm -q centos-release
[root@localhost ~]# rpm -q centos-release | cut -d- -f3

# radhat或centos存在/etc/redhat-release这个文件。【命令 cat /etc/redhat-release】

 

  

 

 

  

 


原文链接:https://www.cnblogs.com/liuhaidon/p/11821307.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:win10上安装ubunt18双系统过程中出现mmx64.efi not found问题

下一篇:[Linux] centos6.5升级安装的supervisor