当前位置:   article > 正文

如何查看Linux系统是Ubuntu还是Centos_查看linux是ubuntu

查看linux是ubuntu

查看linux是centos还是ubuntu的方法

以下总结了4种区分centos和ubuntu系统的方法。

1、lsb_release -a

如果是想查看你的Linux系统是Ubuntu还是CentOS,可以使用lsb_release -a命令,lsb_release -a命令可以列出你的Linux系统是哪个Linux发行版,它还可以列出具体是第几个版本。

lsb_release -a
  • 1

在这里插入图片描述

2、cat /etc/redhat-release && cat /etc/lsb-release

radhat或centos存在: /etc/redhat-release 这个文件

/etc/redhat-release
  • 1

ubuntu存在 : /etc/lsb-release 这个文件

/etc/lsb-release
  • 1

在这里插入图片描述

3、apt-get && yum

有yum的就是Centos

yum -help
  • 1

有apt-get的就是Ubuntu

apt-get -help
  • 1

在这里插入图片描述

4、cat /etc/issue

有Ubuntu字样为ubuntu,没有则是centos

cat /etc/issue
  • 1

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/空白诗007/article/detail/878356
推荐阅读
相关标签
  

闽ICP备14008679号