Linux 查看端口占用

程序员成长之旅 · 程序员成长之旅/Linux学习 · 32 字

1、lsof -i:端口号

2、netstat -tunlp|grep 端口号

都可以查看指定端口被哪个进程占用的情况