Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active December 17, 2015 04:59
Show Gist options
  • Save mcandre/5554766 to your computer and use it in GitHub Desktop.
Save mcandre/5554766 to your computer and use it in GitHub Desktop.

Linux:

$ netstat | grep <port>

Mac OS X:

$ lsof -i :<port>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment