Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Created March 18, 2015 22:15
Show Gist options
  • Save ryanburgess/b7355a27c28d523480a8 to your computer and use it in GitHub Desktop.
Save ryanburgess/b7355a27c28d523480a8 to your computer and use it in GitHub Desktop.
Bash Shell Alias - show open ports
alias ports='netstat -tulanp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment