判断centos系统版本的shell

Posted

tags:

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

日常维护中,需要写个通用的执行shell,但是centos 6 版本与 7版本的诸多命令不同,需要程序自己判断,方法如下:


 1、查看cat /etc/centos-release


[email protected]/0 # cat /etc/redhat-release|sed -r 's/.* ([0-9]+)\..*/\1/'
7
[email protected]/15 # cat /etc/redhat-release|sed -r 's/.* ([0-9]+)\..*/\1/'
6


2、查看rpm -q centos-release


[email protected]/0 # rpm -q centos-release|cut -d- -f3
7
[email protected]/15 # rpm -q centos-release|cut -d- -f3
6


以上是关于判断centos系统版本的shell的主要内容,如果未能解决你的问题,请参考以下文章

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

[CentOS 7系列]命令历史与别名

Gitlab 分布式版本控制系统 部署和使用

配置163Yum源自动判断你的系统是Centos版本(适用于5.x或6.x)

CentOS 7.6 搭建Gitlab教程

1.最小化安装centos5.5