Question

I runed:netstat -lputn to find ount which program is listening on port 8080,but got blow output:

no pid or program info got shown

As you can see no pid or program name got shown,why?

Was it helpful?

Solution

I found it:

ps -ef|grep 8080

It turns out jenkins

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top