linux-tutorial/codes/linux/ops/sys/stop-firewall.sh

11 lines
347 B
Bash
Raw Normal View History

2019-02-22 18:57:46 +08:00
#!/usr/bin/env bash
###################################################################################
# 彻底关闭防火墙
# 参考https://www.cnblogs.com/moxiaoan/p/5683743.html
# Author: Zhang Peng
###################################################################################
systemctl stop firewalld
systemctl disable firewalld