View port operation status under Windows

netstat -ano displays a list of all occupied ports

netstat -ano | findstr "80" shows the details of port 80 occupation

tasklist | findstr "680" Query which application port is occupied

Guess you like

Origin www.cnblogs.com/skyblue123/p/12693799.html