查看linux是centos還是ubuntu的方法
以下總結了4種區分centos和ubuntu系統的方法。
1、lsb_release -a
如果是想看你的Linux系統是Ubuntu還是CentOS,可以使用lsb_release -a指令,lsb_release -a指令可以列出你的Linux系統是哪個Linux發行版,它也可以列出具體是第幾個版本。 (建議:linux使用教學)
2、cat /etc/redhat-release && cat /etc/lsb-release
radhat或 centos存在:/etc/redhat-release 這個檔案【 命令 cat /etc/redhat-release 】
ubuntu存在: /etc /lsb-release 這個文件【命令 cat etc/lsb-release 】
3、apt-get && yum
有yum的就是Centos【yum -help】
有apt-get的就是Ubuntu 【apt-get -help】
4、cat /etc/issue
有Ubuntu字樣為ubuntu ,沒有則是centos
以上是看看linux是centos還是ubuntu的方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!