发布网友
共2个回答
热心网友
查看全部使用端口:lsof
查看某端口运行程序(比如80):lsof -i :80
热心网友
1、netstat -ntlp
2、netstat -nulp
3、lsof -w -n -P -i tcp:8088