共计 248 个字符,预计需要花费 1 分钟才能阅读完成。
centos7 防火墙如何操作?centos7 防火墙么查看状态,以及开启、关闭、重启防火墙乖行。firewall-cmd 是 firewalld 的主要命令行工具。它可用于获取有关 firewalld 的状态信息,获取运行时和永久环境的防火墙配置以及更改这些配置。
一、查看防火墙
1. 查看防火墙此时运行状态。方式有两种具体如下:
[root@localhost student]# firewall-cmd --state
[root@localhost student]# systemctl status firewalld
正文完