CentOS 7 临时 永久 关闭防火墙

程序员成长之旅 · 程序员成长之旅/Linux学习 · 70 字

临时关闭:
systemctl stop firewalld.service
启动
systemctl start firewalld.service





永久关闭:
systemctl disable firewalld.service 
开启
systemctl enable firewalld.service

systemctl使用帮助

Linux 防火墙详解