Linux防火墙关闭方法
关闭防火墙:
1、查看状态:systemctl status firewalld

2、关闭: systemctl stop firewalld(只执行这个,重启后不行,还必须执行systemctl status firewalld)

1.1、查看selinux状态:getenforce
2.2、关闭:编辑文件 /etc/selinux/config,将selinux的值改成disable,然后重启生效(reboot)
3.1、查看iptables状态:systemctl status iptables
3.2、centos7 默认是使用firewalld作为防火墙,iptables是关闭状态,,若执行chkconfig iptables off命令(永久关闭)








![JS——【案例】图片轮播图(自动轮播/手动点击/悬停显示)[技术栈:html、css、JavaScript]](https://img-blog.csdnimg.cn/58927de9256443569580a4160cc59939.png)






