如何识别麒麟系统
前言
麒麟系统是基于linux的系统,所以底层依然是linux那一套
正文
银河麒麟
银河麒麟分为银河麒麟客户端操作系统和服务器端操作系统
- 从安装包区分客户端和服务端:.deb文件为客户端安装包, .rpm文件为服务端安装包
- 从系统中查看:执行:
cat /etc/.productinfo
, 显示内容中有 client字样为客户端,有 server字样为服务端
银河麒麟标志
执行: cat /etc/.productinfo
命令
如果release是 V10 版本,即为银河麒麟系统
中标麒麟
执行: cat /etc/.productinfo
命令
如果release是 V7 版本,即为中标麒麟系统
银河麒麟防火墙
参考链接 https://blog.csdn.net/weixin_40579171/article/details/120267621
开启:systemctl start firewalld
关闭:systemctl stop firewalld
重启:systemctl restart firewalld
开机启动:systemctl enable firewalld
取消开机启动:systemctl disable firewalld
查询是否开机启动:systemctl is-enabled firewalld
博客中所涉及到的图片都有版权,请谨慎使用