netstate -lput doesn't show the pid of deamon that is listening on port:8080? -
i runed:netstat -lputn find ount program listening on port 8080,but got blow output:

as can see no pid or program name got shown,why?
i found it:
ps -ef|grep 8080 it turns out jenkins
Comments
Post a Comment