centos7 开启关闭服务
centos 7 中使用systemctl工具来管理服务程序,包括了service和chkconfig关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动firewall-cmd --state #查看默认防火墙状态(关