1、查看指定端口

netstat -apn | grep 端口号

 

2、查看所有端口

net stat -apn

 

3、kill端口

kill  -9 进程号

 

相关文章: