【问题标题】:netstate -lput doesn't show the pid of deamon that is listening on port:8080?netstat -lptu 不显示正在监听端口:8080 的守护进程的 pid? 【发布时间】:2013-05-14 14:46:09 【问题描述】: 我运行:netstat -lputn 来找出哪个程序正在侦听端口 8080,但得到了输出: 您可以看到没有显示 pid 或程序名称,为什么? 【问题讨论】: 标签: port pid netstat 【解决方案1】: 我找到了: ps -ef|grep 8080 原来是詹金斯 【讨论】: