systemctl start firewalld # 启动 systemctl enable firewalld # 开机启动 systemctl stop firewalld # 关闭 systemctl disable firewalld # 取消开机启动
systemctl start firewalld && systemctl enable firewalld
systemctl stop firewalld && systemctl disable firewalld
注册