cent OS防火墙常用命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cent OS防火墙常用命令相关的知识,希望对你有一定的参考价值。

  1. 查看防火墙开闭状态
    systemctl status firewalld

  2. 开启防火墙
    systemctl start firewalld

  3. 关闭防火墙
    systemctl stop firewalld

  4. 查看已打开端口
    firewall-cmd --zone=public --list-ports

  5. 增加防火墙开放端口
    firewall-cmd --zone=public --add-port=8080/tcp --permanent

  6. 移除防火墙开放端口
    firewall-cmd --zone=public --remove-port=8080/tcp --permanent

  7. 重新载入防火墙配置
    firewall-cmd --reload

以上是关于cent OS防火墙常用命令的主要内容,如果未能解决你的问题,请参考以下文章

cent OS其它常用命令

cent7os 系统运维管理命令一

Linux测试常用命令

centos7与centos6常用命令不同之处汇总

python os模块 常用命令

python os模块 常用命令