方式一:

radhat或centos存在: /etc/redhat-release 这个文件【 命令 cat /etc/redhat-release

查看Linux是Ubuntu还是CentOS_linux

ubuntu存在 : /etc/lsb-release 这个文件 【命令 cat etc/lsb-release

方式二:

看看安装指令,
有yum的就是Centos【yum -help】,
有apt-get的就是Ubuntu 【apt-get -help】。