Skip to content

Instantly share code, notes, and snippets.

@davet1985
Created May 17, 2014 20:26
Show Gist options
  • Save davet1985/e4da90ebb848a4876088 to your computer and use it in GitHub Desktop.
Save davet1985/e4da90ebb848a4876088 to your computer and use it in GitHub Desktop.
Check what is running on a particular port
lsof -i tcp:[port]
e.g.
lsof -i tcp:9393
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment