Tagged Questions
5
votes
1answer
2k views
lsof and listening ports
I am trying to get all the processes listening for a network connection on Mac OS X. netstat does not have the -p option and I am trying with lsof
lsof -i -sTCP:LISTEN
gives me a fair list of ...