Linux CentOS 7 关闭防火墙

1.查看防火墙状态

   [root@localhost ~]# systemctl status firewalld

2. 临时关闭

    [root@localhost ~]# systemctl stop firewalld

3.永久关闭

    [root@localhost ~]# systemctl disable firewalld

 

 
posted @ 2020-04-18 10:55  快速奔跑的大米粒  阅读(186)  评论(0编辑  收藏  举报