查看当前操作系统是ubuntu还是centos

Posted hb小飞飞

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看当前操作系统是ubuntu还是centos相关的知识,希望对你有一定的参考价值。

1、执行:lsb_release -a

2、命令:cat /etc/redhat-release

3、命令: cat /etc/issue

总结:其实是看有没有某个文件:

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

 

下面两个系统没有实际用过,如有提供系统欢迎留言

debian存在 cat /etc/debian_version 这个文件
Slackware存在 cat /etc/slackware_version 这个文件


以上是关于查看当前操作系统是ubuntu还是centos的主要内容,如果未能解决你的问题,请参考以下文章

服务器操作系统应该选择 Debian/Ubuntu 还是 CentOS?

服务器操作系统应该选择 Debian/Ubuntu 还是 CentOS?

服务器操作系统应该选择Debian/Ubuntu还是CentOS?

[转帖]服务器操作系统应该选择 Debian/Ubuntu 还是 CentOS?

如何查看Ubuntu/Debian/CentOS等Linux系统的CPU信息

Linux(Ubuntu/CentOS) 下查看 GLIBC 版本