Skip to content

Instantly share code, notes, and snippets.

@rdeak
Last active March 9, 2020 15:50
Show Gist options
  • Save rdeak/e1dd2f1b5bf09b6f54e59843be810e8a to your computer and use it in GitHub Desktop.
Save rdeak/e1dd2f1b5bf09b6f54e59843be810e8a to your computer and use it in GitHub Desktop.

How to find listening port

sudo lsof -i -P -n | grep LISTEN

How to find process by name

pidof node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment