标签:set status 查看 linux tables 打开防火墙 margin chkconfig 文件
Linux关闭防火墙
开启: chkconfig iptables on
关闭: chkconfig iptables off
开启: service iptables start
关闭: service iptables stop
systemctl stop firewalld
systemctl disable firewalld
systemctl start firewalld
systemctl enable firewalld
systemctl status firewalld
setenforce 0
setenforce 1
getenforce
修改 /etc/selinux/config 文件中的 SELINUX="" 为 disabled ,然后重启。
标签:set status 查看 linux tables 打开防火墙 margin chkconfig 文件
原文地址:http://www.cnblogs.com/pxl0/p/6898868.html