linux怎么查看是不是centos版本
方法:1、利用“cat /etc/issue”命令显示发行版本信息;2、利用“lsb_release -a”命令显示lsb和特定版本信息;3、利用“cat /etc/redhat-release”命令显示redhat linux版本信息。
本文操作环境:centos 6.5系统、Dell G3电脑。
linux怎么查看是不是centos版本
1、一行很简单的命令,就可以让立刻知道,是centos还是ubuntu,还是debian。
[root@test ~]#cat /etc/issue CentOS release 6.5 (Final) Kernel r on an m BashCopy
发表评论