Skip to content

Instantly share code, notes, and snippets.

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 jarek-przygodzki/2232510c587e67610207a1f6c24678be to your computer and use it in GitHub Desktop.
Save jarek-przygodzki/2232510c587e67610207a1f6c24678be to your computer and use it in GitHub Desktop.
Find Out Which Port Number a Process is Listening on
lsof -Pan -p <PID> -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment