Skip to content

Instantly share code, notes, and snippets.

@verticonaut
Created July 23, 2018 09:23
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 verticonaut/04274393fd37785c3e9379b068e31c51 to your computer and use it in GitHub Desktop.
Save verticonaut/04274393fd37785c3e9379b068e31c51 to your computer and use it in GitHub Desktop.
find processes aon ports
lsof -nP -iTCP:3000 | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment