Loading... > 在root权限下 ### 查看防火墙状态 ```shell firewall-cmd --state ``` ### 关闭防火墙 ```shell systemctl stop firewalld.service ``` ### 禁止firewall开机启动 ```shell systemctl disable firewalld.service ``` Last modification:March 2nd, 2022 at 02:59 pm © 允许规范转载