The fuser command on Mac OS X is rather primitive and can't check for processes listening on a specific port. Does anybody know a good alternative? It it enough to know which process listening on that one port.
|
feedback
|
|
As @vcsjones said in the comments,
Without the | |||
|
feedback
|

sudo lsof -i -P– vcsjones Dec 23 '10 at 17:02| grep portnoas well to get a meaningful result. – Martin Dec 23 '10 at 18:09