Created
March 5, 2018 12:23
-
-
Save Lackoftactics/0c7e416b8f26d031cbe6c0551325c793 to your computer and use it in GitHub Desktop.
Find process by port for later killing
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
netstat -vanp tcp | grep 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment