linux开启防火墙指定端口

 

firewall-cmd --zone=public --add-port=8888/tcp --permanent

查看啊防火墙状态

systemctl status firewalld

linux开启防火墙指定端口

 

停用防火墙

systemctl stop firewalld 

启动重启防火墙

systemctl restart firewalld

上一篇:Linux系统需要关闭的安全防护


下一篇:centos7 mysql8 快速安装