Linux如何查看端口被哪个进程占用?

1、lsof -i:端口号

2、netstat -tunlp|grep 端口号

这两个命令查看指定端口被哪个进程占用的情况

posted on 2018-12-23 23:56  qiaoli  阅读(190)  评论(0编辑  收藏  举报

导航