摘要: netstat查看端口状态 netstat netstat -tunlp 用于显示 tcp,udp 的端口和进程等相关情况。 netstat 查看端口占用语法格式: netstat -tunlp | grep 端口号 -t (tcp) 仅显示tcp相关选项 -u (udp)仅显示udp相关选项 -n 阅读全文
posted @ 2021-06-21 11:19 丄缮Ruo氵水 阅读(5577) 评论(0) 推荐(0)