凡事都在事上磨,这样才能精进,成长进步提高! ------ 博客园首页
摘要: 配置防火墙开放端口号。 CentOS 7 默认的防火墙是firewall: 查看防火墙状态:firewall-cmd --state 查看开放的端口:firewall-cmd --list-portsfirewall-cmd --list-all 单独查看8081端口:firewall-cmd -- 阅读全文
posted @ 2022-08-16 18:13 追风fc 阅读(961) 评论(0) 推荐(0)
摘要: 查看具体端口: netstat -anp |grep 端口号如下:netstat -anp |grep 80123查看所有已使用的端口: netstat -nultp1如果出现:-bash: netstat: command not found安装net-tools yum -y install n 阅读全文
posted @ 2022-08-16 10:51 追风fc 阅读(1063) 评论(0) 推荐(0)