Wednesday, March 23, 2011

Find out which app is using a port.

I always forget and have to do a search, but to find out the process using a port the following can be used:

lsof -i :<port>

or

netstat -p

No comments:

Post a Comment