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

查看SELinux状态

时间:2015-06-29 09:50:06      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

#/usr/sbin/sestatus -v      //如果SELinux status参数为enabled即为开启状态
SELinux status:  enabled
#getenforce                      //也可以用这个命令检查

关闭SELinux:
a、临时关闭(不用重启机器):
# setenforce 0                       //设置SELinux 成为permissive模式  (关闭SELinux)
# setenforce 1                       //设置SELinux 成为enforcing模式     (开启SELinux)

b、修改配置文件需要重启机器:
# vi /etc/selinux/config
将SELINUX=enforcing 改为SELINUX=disabled
重启机器即可

查看SELinux状态

标签:

原文地址:http://www.cnblogs.com/jim-hwg/p/4606792.html

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