关闭防火墙centos7
2020-11-17 本文已影响0人
OTL
关闭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