Created
March 26, 2018 17:18
-
-
Save ubermichael/17e2a642c46396b07fe820fa78f99610 to your computer and use it in GitHub Desktop.
Find crap listening on port 3000.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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