netstat -lnp       查询所有使用端口中的进程

netstat -lnp | grep 20880     过滤某一个端口的进程

 

相关文章: