Mysticbinary

2020年8月17日 #

Linux 关闭对端口的监听

摘要: 就两个步骤: 查看当前机器是否开启该端口; Kill 关闭; # netstat -anp | grep 【端口号】 [root@test-01 ~]# netstat -anp | grep 6665 tcp 0 0 0.0.0.0:6665 0.0.0.0:* LISTEN 1206503/nc 阅读全文

posted @ 2020-08-17 17:51 Mysticbinary 阅读(1157) 评论(0) 推荐(0) 编辑

导航