Which process is using a port in OS X?
- by Zubair
I'm trying to start a program in OS X and I get the message:
Port already in use: 8080
I tried LSOF to find out who is using the port but it doesn't have the information. Is there any way I can find out who is using this port so that I can then kill the process?