To see all process that bound to specific port, you can use this command on Terminal.
netstat -lnp
You can also filter the result with grep.
netstat -lnp | grep filter_name
Source : https://unix.stackexchange.com/questions/9252/determining-what-process-is-bound-to-a-port
zuka.one
©2011