Last active
November 28, 2018 22:15
-
-
Save amrutprabhu/a8f74c977db0ecc21385d1a09d09c9b1 to your computer and use it in GitHub Desktop.
Find process id using a particular port (mac)
This file contains 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
netstat -vanp tcp | grep 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment