博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CentOS7 防火墙配置,重启
阅读量:3946 次
发布时间:2019-05-24

本文共 192 字,大约阅读时间需要 1 分钟。

文章目录

开发端口

firewall-cmd --zone=public --add-port=端口号/tcp --permanent

关闭端口

firewall-cmd --permanent --remove-port=端口号/tcp

查询端口是否开放

firewall-cmd --query-port=端口号/tcp

重启防火墙配置

firewall-cmd --reload

转载地址:http://kvqwi.baihongyu.com/

你可能感兴趣的文章
用python中htmlParser实现的spider(python spider)
查看>>
在线测速网址
查看>>
mysql中GROUP_CONCAT的应用
查看>>
研发人员的绩效考核
查看>>
Python 3 之多线程研究
查看>>
Python 3中的多线程文件下载类
查看>>
Python库之MySQLdb介绍
查看>>
Python3中利用Urllib进行表单数据提交(Get,Post)
查看>>
Python开发之扩展库的安装指南及Suds(Webservice)的使用简介
查看>>
软件项目管理一点分享
查看>>
iphone程序打包ipa格式
查看>>
Ios开发之Apns功能介绍(应用程序通知)及PHP/Python代码
查看>>
iphone开发的几个Apple官方中文教程地址
查看>>
Algorithms: Kruskal's algorithm and Prim's algorithm for Minimum-spanning-tree
查看>>
Algorithm : Dijkstra's algorithm and Bellmon-Ford Paths algorithm
查看>>
Algorithm: k-nearest neighbors and decison boundary(Cross Validation)
查看>>
Algorithm: Principle Component Analysis for High Dimension Reduction Data
查看>>
Naive Bayesian for Text Classification (MLE, Gaussian Naive Bayesian)
查看>>
Algorithm: Decision Tree, Entropy, Information Gain and Continues features
查看>>
FastDFS 架构分析
查看>>