Port in use

To find which application is using a specific port, do:

lsof -i <port-number>

Or list ports with associated processes in use:

netstat -putln

Comments

Comments powered by Disqus