Redhat和Centos查看发行版本号和内核版本号

一、查看发行版本号

#redhat7和centos7查看方法

方法:[root]#cat /etc/redhat-release 

           [root]#cat /etc/centos-release

#redhat6和centos6查看方法

方法1:[root]#lsb_release -a

方法2: [root]#cat /etc/redhat-release

            [root]#cat /etc/centos-release

方法3: [root]#cat /etc/issue

二、查看内核版本号

方法1:    [root]#uname -a (推荐)

方法2:[root]#cat /proc/version

你可能感兴趣的:(Linux管理)