Linux CentOS 7 关闭防火墙

1.查看防火墙状态

   [root@localhost ~]# systemctl status firewalld

2. 临时关闭

    [root@localhost ~]# systemctl stop firewalld

3.永久关闭

    [root@localhost ~]# systemctl disable firewalld