Linux命令 -- firewalld 防火墙
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux命令 -- firewalld 防火墙相关的知识,希望对你有一定的参考价值。
Centos 7 使用firewalld
查看防火墙状态
systemctl status firewalld
关闭防火墙
临时关闭
systemctl stop firewalld
永久关闭需要把开机自启动关闭
systemctl disable firewalld
检查服务状态
systemctl is-active firewalld #检查服务是否正常运行
systemctl is-enable firewalld #检查服务是否开机运行
以上是关于Linux命令 -- firewalld 防火墙的主要内容,如果未能解决你的问题,请参考以下文章