Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created June 1, 2016 19:32
Show Gist options
  • Save rms1000watt/fcbd1b557a2135fed6ea51479751f2c6 to your computer and use it in GitHub Desktop.
Save rms1000watt/fcbd1b557a2135fed6ea51479751f2c6 to your computer and use it in GitHub Desktop.
Display all open ports on a Linux machine
# http://askubuntu.com/questions/75852/how-do-i-see-which-ports-are-open
netstat -ntlp | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment