标签: port pid netstat
我运行:netstat -lptn找出哪个程序正在侦听端口8080,但是得到了输出:
你可以看到没有显示pid或程序名称,为什么?
答案 0 :(得分:0)
我找到了它:
ps -ef|grep 8080
原来是詹金斯