Fedora关闭/禁用SELinux

SeLinux
sudo gedit /etc/selinux/config
修改成  SELINUX=disable 禁用SeLinux;修改成  SELINUX=enforcing 使用SeLinux

iptables
sudo gedit /etc/sysconfig/iptables
CentOS:service iptables restart ,
Fedora17:重启;