摘要: 查询端口: lsof -i:端⼝ netstat -tunlp ⽤于显示 tcp,udp 的端⼝和进程等相关情况。 netstat 查看端⼝占⽤语法格式: netstat -tunlp | grep 端⼝号 -t (tcp) 仅显示tcp相关选项 -u (udp)仅显示udp相关选项 -n 拒绝显示 阅读全文
posted @ 2022-05-16 19:27 段舒元 阅读(57) 评论(0) 推荐(0)