Skip to content

Instantly share code, notes, and snippets.

@uxter
Created April 11, 2017 07:40
Show Gist options
  • Save uxter/c396d09507c3190132fd8f235570d178 to your computer and use it in GitHub Desktop.
Save uxter/c396d09507c3190132fd8f235570d178 to your computer and use it in GitHub Desktop.
How to find which program is using port
netstat -nlp | grep :80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment