firewalld服务管理 启动:systemctl start firewalld 查状态:systemctl status firewalld 停止:systemctl disable firewalld 禁用:systemctl stop firewalld 在开机时启用一个服务:systemctl enable firewalld.service 在开机时禁用一个服务:systemctl disable firewalld.service 查看服务是否开机启动:systemctl is-继续阅读>>