Which Process Is Using Port ?

Posted by admin Wed, 28 Jul 2010 15:01:00 GMT

For some reason, the "-o" option is missing from netstat on OS X Snow Leopard (10.6.4, anyway), so if you need to know which processes are using a given port, try:

sudo lsof -i -P | grep 36364

Of course substitute your own port number (36364 is used by Skype, btw).

Posted in  | Tags , , , , , , , , , ,  | no comments | no trackbacks