Linux——Centos7关闭防火墙命令

Posted wuhl-89

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux——Centos7关闭防火墙命令相关的知识,希望对你有一定的参考价值。

systemctl stop firewalld.service   #停止firewall
systemctl disable firewalld.service   #禁止firewall开机启动

systemctl start firewalld.service

firewall-cmd --state   #查看默认防火墙状态 关闭后显示notrunning,开启后显示running


以上是关于Linux——Centos7关闭防火墙命令的主要内容,如果未能解决你的问题,请参考以下文章

Centos7虚拟机创建后的基础配置教程—linux基础篇

如何关闭 linux centos7 防火墙

CentOS7查看和关闭防火墙

Linux关闭防火墙几种命令

centos7怎么永久关闭防火墙

Linux常用命令整理