Skip to content

Instantly share code, notes, and snippets.

@yannbertrand
Created February 18, 2016 09:11
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 yannbertrand/10bc44a6ff30aeac4a2f to your computer and use it in GitHub Desktop.
Save yannbertrand/10bc44a6ff30aeac4a2f to your computer and use it in GitHub Desktop.
List open ports and check one is up
# /!\ May change whether root or not
netstat -pln [| grep PORT_NB]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment