四种查看CentOS等Linux系统版本号信息
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
原文地址:点击打开链接
OS:CentOS release 6.7 (Final)
第一种方法:
[root@sky9896sky]# lsb_release -a
bash:lsb_release: command not found
[root@sky9896sky]#yum install lsb –y
[root@sky9896sky]# lsb_release -a
LSBVersion: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
DistributorID: CentOS
Description: CentOS release 6.7 (Final)
Release: 6.7
Codename: Final
第二种方法:
[root@sky9896 sky]# cat /etc/redhat-release
CentOSrelease 6.7 (Final)
第三种方法:
[root@sky9896 sky]# rpm -qcentos-release
centos-release-6-7.el6.centos.12.3.x86_64
第四种方法:
[root@sky9896 sky]# cat/etc/issue
依据实际情况确定选用那种方法,并不是每一种方法都会有效果,建议采用第一、二种方法。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)