Skip to content

Instantly share code, notes, and snippets.

@rodebert
Created November 8, 2013 13:52
Show Gist options
  • Save rodebert/7371314 to your computer and use it in GitHub Desktop.
Save rodebert/7371314 to your computer and use it in GitHub Desktop.
Which process is listening on $PORT on Mac OSX
lsof -n -i4TCP:$PORT | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment