Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Created September 11, 2016 06:41
Show Gist options
  • Save worldofprasanna/ead1e6742cc4bd0d6792f70a9ccfc322 to your computer and use it in GitHub Desktop.
Save worldofprasanna/ead1e6742cc4bd0d6792f70a9ccfc322 to your computer and use it in GitHub Desktop.
Network and OS commands
# to find a pid by port
lsof -n -i:$PORT | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment