Linux Centos7关闭防火墙命令

Linux Centos7关闭防火墙命令

  • Linux Centos7关闭防火墙命令
    • 1.查看防火墙状态
    • 2.关闭防火墙
    • 3.重启虚拟机
    • 4. 重新查看状态

Linux Centos7关闭防火墙命令

1.查看防火墙状态

 systemctl status firewalld

如图
Linux Centos7关闭防火墙命令_第1张图片

2.关闭防火墙

 systemctl  disable firewalld

如图

3.重启虚拟机

 reboot

4. 重新查看状态

 systemctl status firewalld

在这里插入图片描述

你可能感兴趣的:(方法,Linux,linux,运维,服务器)