selinux 的查看与关闭

色Linux 嗯,就是这么翻译的 吼吼

原文:http://bguncle.blog.51cto.com/3184079/957315

查看SELinux状态:

1、/usr/sbin/sestatus -v      ##如果SELinux status参数为enabled即为开启状态

SELinux status:                 enabled

2、getenforce                 ##也可以用这个命令检查

关闭SELinux:

1、临时关闭(不用重启机器):

setenforce 0                  ##设置SELinux 成为permissive模式

##setenforce 1 设置SELinux 成为enforcing模式

2、修改配置文件需要重启机器:

修改/etc/selinux/config 文件

将SELINUX=enforcing改为SELINUX=disabled

重启机器即可

selinux 的查看与关闭,布布扣,bubuko.com

时间: 2024-10-13 05:29:53

selinux 的查看与关闭的相关文章

SElinux以及防火墙的关闭

[[email protected] targeted]# pwd/etc/selinux/targeted[[email protected] targeted]# getsebool -a|grep sambasamba_create_home_dirs --> offsamba_domain_controller --> offsamba_enable_home_dirs --> offsamba_export_all_ro --> offsamba_export_all_r

ubuntu 查看和关闭端口

查看端口: netstat -anp 查看制定端口: netstat -anp | grep 9999 tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN 4806/node tcp 0 0 127.0.0.1:53928 127.0.0.1:9999 FIN_WAIT2 - tcp 1 0 127.0.0.1:9999 127.0.0.1:53928 CLOSE_WAIT 4806/node tcp 1 0 127.0.0.1:9999 127.0.0.1:53931

查看和关闭端口

查看 netstat -anp tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 12410/python 关闭 kill -9 12410 查看和关闭端口,布布扣,bubuko.com

selinux的状态查看及关闭

查看SELinux状态: 1./usr/sbin/sestatus -v      ##如果SELinux status参数为enabled即为开启状态 SELinux status:                 enabled 2.getenforce                 ##也可以用这个命令检查 关闭SELinux: 1.临时关闭(不用重启机器): setenforce 0                  ##设置SELinux 成为permissive模式 setenfo

centos6.4 查看和关闭selinux

安装vsftpd服务后,客户端登录ftp报错: ftp> open 127.0.0.1 Connected to 127.0.0.1 (127.0.0.1). 220 (vsFTPd 2.2.2) Name (127.0.0.1:wander): ftpuser 331 Please specify the password. Password: 500 OOPS: cannot change directory:/home/ftpuser Login failed. 原因是系统没有关闭seli

查看、关闭SELinux

查看SELinux状态: 1./usr/sbin/sestatus -v | grep "SELinux status:"    ##如果SELinux status参数为enabled即为开启状态 2.getenforce     ##除了上面的命令还可以使用这个命令,输出结果是permissive为关闭,enforcing为开启. 关闭SELinux: 1.临时关闭(不重启系统即可生效): setenforce 0      ##设置SELinux为permissive模式,即关闭

Linux下防火墙和selinux的启动、关闭和查看

CentOS7.X下: 1.防火墙 防火墙状态查看: [[email protected] sunan]# systemctl status firewalld.service ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled) Active: in

SELinux 的开启和关闭

SELinux(Security-Enhanced Linux) 是linux中的强制访问控制,增强了系统安全性,但如果设置不好会造成很多困扰. 查看SELinux状态: 1./usr/sbin/sestatus -v SELinux status:                 enabled 2.getenforce 关闭SELinux: 1.临时关闭: setenforce 0           关闭 setenforce 1 开启 2.修改配置文件需要重启机器: 修改/etc/sel

查看、关闭某一runlevel下自动启动的服务

这些服务都在 /etc/init.d/ 目录下 1.查看 chkconfig --list | grep '3:on' Auditd - 安全审计工具: blk-availability 如果使用LVM,建议开启,否则不需要: crond服务-自动执行任务服务 ip6tables 服务  -- ipv6过滤包管理 lvm2-monitor   该服务可以让系统支持LVM逻辑卷组,如果分区采用的是LVM方式,那么应该开启 postfix是Wietse Venema在IBM的GPL协议之下开发的MT