Skip to content

Instantly share code, notes, and snippets.

@goodfeel
Created November 21, 2013 07:21
Show Gist options
  • Save goodfeel/7577308 to your computer and use it in GitHub Desktop.
Save goodfeel/7577308 to your computer and use it in GitHub Desktop.
Find process using port number on Mac OS X
sudo lsof -i :<port number>
# e.g. sudo lsof -i :8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment