怎么查看centos版本是6还是7
方法1:
对于linux系统而已,有成百上千个发行版。对于发行版的版本号查看方法
如以centos为例。输入lsb_release -a即可
该命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版
[root@192 ~]# lsb release -a bash:lsb release: command not found [root@192 ~]#
方法2:
结果如上图,没有这个命令
可以通过查看 Cat /etc/xxx-release XX为发行版名称。如 centos-release
[root@192 ~]# cat /etc/centos release CentoS release 6.4 (Final) ##centos版本为6.4 [root@192 ~]#
方法3:
也可以通过查看/etc/issue文件查看发行版版本号
[root@192 ~]# cat /etc/ issue CentOS release 6.4 (Final) ##centos版本为6.4 Kernel \r on an \m