Skip to content

Instantly share code, notes, and snippets.

@mikedfunk
Created October 5, 2015 23:32
Show Gist options
  • Save mikedfunk/14a4ed83e59129a372a0 to your computer and use it in GitHub Desktop.
Save mikedfunk/14a4ed83e59129a372a0 to your computer and use it in GitHub Desktop.
what's running on this port?
#!/bin/bash
sudo lsof -i :80 # checks port 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment