linux进程、端口占用查看

本站访问次数:

查看端口占用

sudo lsof -i:端口号

netstat -anlp | grep 端口号