Skip to content

Instantly share code, notes, and snippets.

@greenlaw110
Created June 4, 2012 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greenlaw110/2870720 to your computer and use it in GitHub Desktop.
Save greenlaw110/2870720 to your computer and use it in GitHub Desktop.
Find which process is bind to a specific port
sudo netstat -anp|grep <port-number>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment