天天看点

centos7 systemctl 命令

~]# systemctl start firewalld # 启动

~]# systemctl enable firewalld # 开机启动

~]# systemctl stop firewalld # 关闭

~]# systemctl disable firewalld # 取消开机启动

~]# systemctl daemon-reload # 重新载入 systemd

继续阅读