Skip to content

Instantly share code, notes, and snippets.

@amrutprabhu
Last active November 28, 2018 22:15
Show Gist options
  • Save amrutprabhu/a8f74c977db0ecc21385d1a09d09c9b1 to your computer and use it in GitHub Desktop.
Save amrutprabhu/a8f74c977db0ecc21385d1a09d09c9b1 to your computer and use it in GitHub Desktop.
Find process id using a particular port (mac)
netstat -vanp tcp | grep 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment