📦 归档笔记 — 原创建于 WizNote,仅作归档展示;观点以当年为准,非最新。

CentOS 7 临时 永久 关闭防火墙

创建时间2019-04-18最后修改2019-04-18原位置/程序员成长之旅/Linux学习/字数70
目录:程序员成长之旅/Linux学习
临时关闭:
systemctl stop firewalld.service
启动
systemctl start firewalld.service





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

systemctl使用帮助

Linux 防火墙详解