> Linux教程 > 系统运维 >

Linux关闭firewall和selinux操作命令 .

#vi /etc/sysconfig/selinux

修改为 SELinux=disable

#service iptables stop

#chkconfig iptables off

#reboot

(责任编辑:IT)