netstat -lnp (as root)
gives you PID for any port, then just type:
ps auwex |grep -w PID
Also, try lsof -p PID to get files and sockets.
netstat -lnp (as root)
gives you PID for any port, then just type:
ps auwex |grep -w PID
Also, try lsof -p PID to get files and sockets.