Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Created September 27, 2013 05:04
Show Gist options
  • Save Starefossen/6724397 to your computer and use it in GitHub Desktop.
Save Starefossen/6724397 to your computer and use it in GitHub Desktop.
Find process listening on port 80
netstat -tulpn | grep :80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment