lsof|grep TCP
will give you PIDs,process names and ports thay are using
If you dont have lsof you could work back from a
#netstat -a|grep LIS
and #ptree $(ps -ef|awk '/inetd/&&!/awk/{print $2}')
say to see waht inetd is doing (v8 & ksh)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.