Skip to content

Instantly share code, notes, and snippets.

@padde
Created July 2, 2014 22:42
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 padde/615e77b764f45ac9d71c to your computer and use it in GitHub Desktop.
Save padde/615e77b764f45ac9d71c to your computer and use it in GitHub Desktop.
Is port in use?
netstat -anp tcp | awk '$6 ~ "LISTEN" && $4 ~ "22$"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment