Skip to content

Instantly share code, notes, and snippets.

@ctrl-freak
Created August 2, 2011 04:10
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 ctrl-freak/1119588 to your computer and use it in GitHub Desktop.
Save ctrl-freak/1119588 to your computer and use it in GitHub Desktop.
List Listening Servers on Linux
#!/bin/bash
sudo netstat -anp | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment