Skip to content

Instantly share code, notes, and snippets.

@ubermichael
Created March 26, 2018 17:18
Show Gist options
  • Save ubermichael/17e2a642c46396b07fe820fa78f99610 to your computer and use it in GitHub Desktop.
Save ubermichael/17e2a642c46396b07fe820fa78f99610 to your computer and use it in GitHub Desktop.
Find crap listening on port 3000.
# OS X
sudo lsof -i tcp:3000
# Older OS X - PID is second to last number.
netstat -vanp tcp | grep 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment