防火墙指令1. 查看防火墙状态:firewall-cmd --state2. 启动防火墙systemctl start firewalld.service 3. 关闭防火墙systemctl stop firewalld.service4. 禁止防火墙开机启动systemctl disable firewalld.service ...
防火墙指令
1. 查看防火墙状态:
firewall-cmd --state
2. 启动防火墙
systemctl start firewalld.service
3. 关闭防火墙
systemctl stop firewalld.service
4. 禁止防火墙开机启动
systemctl disable firewalld.service
如有问题,欢迎纠正!!!
https://www.cnblogs.com/Charles-Yuan/p/9737460.html
沃梦达教程
本文标题为:CentOS7.5 防火墙指令
基础教程推荐
猜你喜欢
- linux之conda环境安装全过程 2023-07-11
- apache和nginx结合使用 2023-09-10
- nginx.conf(centos7 1.14)主配置文件修改 2023-09-23
- 服务器添加git钩子的步骤 2022-12-12
- Apache服务器配置攻略3 2022-09-01
- IIS 6 的 PHP 最佳配置方法 2022-09-01
- 实战Nginx_取代Apache的高性能Web服务器 2023-09-29
- centos 7 安装及配置zabbix agent 2023-09-24
- linux下安装apache与php;Apache+PHP+MySQL配置攻略 2023-08-07
- Apache Hudi数据布局黑科技降低一半查询时间 2022-10-06