linux命令s---systemctl

白昼怎懂夜的黑 提交于 2020-01-26 19:41:18

1、查看防火墙:

systemctl status firewalld。

2、临时操作:

systemctl start firewalld
systemctl stop firewalld

3、永久生效,但是需要重启:

systemctl enable firewalld
systemctl disable firewalld

4、systemd有重启次数限制,如下命令可以复位重启次数

/bin/systemctl reset-failed ceph-mon@`hostname`.service
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!