linux centos7关闭防火墙命令,CentOS7关闭防火墙和SELinux

编程入门 行业动态 更新时间:2024-10-14 08:29:03

linux centos7关闭<a href=https://www.elefans.com/category/jswz/34/1771117.html style=防火墙命令,CentOS7关闭防火墙和SELinux"/>

linux centos7关闭防火墙命令,CentOS7关闭防火墙和SELinux

一、关闭防火墙

1、临时关闭(下次开机启动,自动启动防火墙)[root@localhost ~]# systemctl stop firewalld

2、查看防火墙状态[root@localhost ~]# systemctl status firewalld

3、永久关闭防火墙(开机启动时不在启动)

[root@localhost ~]# systemctl disable firewalld

二、关闭SElinux

1、查看selinux状态[root@localhost ~]# getenforce

Enforcing         表示启动

2、临时关闭[root@localhost ~]# setenforce

usage:  setenforce [ Enforcing | Permissive | 1 | 0 ]     1表示启动,0表示关闭

[root@localhost ~]# setenforce 0                          临时关闭

[root@localhost ~]# getenforce                            查看状态

Permissive                                                关闭状态

3、永久关闭(修改配置文件,即可永久关闭)[root@localhost ~]# vi /etc/selinux/config

# This file controls the state of SELinux on the system.

# SELINUX= can take one of these three values:

#     enforcing - SELinux security policy is enforced.

#     

更多推荐

linux centos7关闭防火墙命令,CentOS7关闭防火墙和SELinux

本文发布于:2024-02-08 20:35:29,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1674769.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:防火墙   命令   linux   SELinux

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!