centos7防火墙firewalld使用方法

centos7防火墙firewalld使用方法
参考:https://www.linuxprobe.com/centos7-firewalld-guide.html     1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: systemctl stop firewalld 2.systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和chkconfig的功能于一体。 启动一个服务:systemctl start firewalld.service...