Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bcamarneiro/cd67944fbd83a0597b62 to your computer and use it in GitHub Desktop.
Save bcamarneiro/cd67944fbd83a0597b62 to your computer and use it in GitHub Desktop.
lsof -n -i4TCP:$PORT | grep LISTEN
lsof -n -iTCP:$PORT | grep LISTEN
lsof -n -i:$PORT | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment