Linux永久关闭防火墙 firewalld和sellinux设置

您所在的位置:网站首页 Linux关闭firewalld的命令 Linux永久关闭防火墙 firewalld和sellinux设置

Linux永久关闭防火墙 firewalld和sellinux设置

2024-07-11 10:10| 来源: 网络整理| 查看: 265

关闭 firewalld:

systemctl stop firewalld #临时关闭 systemctl disable firewalld #永久关闭,即设置开机的时候不自动启动

--------------------------------------

关闭 selinux:

[root@localhost html]# getenforce #查看selinux状态 Permissive [root@localhost html]# setenforce 0 #临时关闭 [root@localhost html]# vim /etc/sysconfig/selinux #永久关闭

永久关闭selinux可以使用vi命令打开/etc/sysconfig/selinux 文件将SELINUX=(disable或permissive)

##重启服务

[root@localhost html]# shutdown -r now (或者reboot简单粗暴)。

##附

setenforce 1 设置SELinux 成为enforcing模式 setenforce 0 设置SELinux 成为permissive模式

复制代码

链接Linux永久关闭防火墙 firewalld和sellinux设置 - 青成林语 - 博客园



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3