CentOS关闭防火墙
🕙2023-05-28
查看防火墙状态
systemctl status firewalld
开启命令
systemctl start firewalld
临时关闭命令
systemctl stop firewalld
永久关闭命令
systemctl disable firewalld
查看防火墙状态
systemctl status firewalld
开启命令
systemctl start firewalld
临时关闭命令
systemctl stop firewalld
永久关闭命令
systemctl disable firewalld