关闭centos7时使用了语句
service iptables stop
提示
Redirecting to /bin/systemctl stop iptables.service Failed to stop iptables.service
实际上centos6,7 语句不同
centos7应该使用systemctl stop firewalld
关闭centos7时使用了语句
service iptables stop
提示
Redirecting to /bin/systemctl stop iptables.service Failed to stop iptables.service
实际上centos6,7 语句不同
centos7应该使用systemctl stop firewalld