1. 程式人生 > >netstat 查看端口

netstat 查看端口

lin linux中 str 強烈 是否 nds udp端口 findstr CP

查看所有端口(tcp、udp)
netstat -an

windows通用命令
netstat -an

查端口是否被使用
netstat -an | findstr 8000
netstat -an | grep :

Linux中,強烈推薦,同時查看端口和服務名稱
只查看tcp端口 :netstat -lntp
只查看udp端口:netstat -lnup

netstat 查看端口