码迷,mamicode.com
首页 > 系统相关 > 详细

Linux关闭防火墙、SELinux

时间:2015-12-23 07:02:34      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:

使用root权限:

Linux关闭防火墙:
1. chkconfig –list|grep iptables
2. chkconfig iptables off 永久关闭防火墙
3. chkconfig iptables on 永久开启防火墙

关闭SELinux:
编辑/etc/sysconfig/selinux文件
设置:SELINUX=disabled

Linux关闭防火墙、SELinux

标签:

原文地址:http://www.cnblogs.com/liufei-yes/p/5068714.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!