Created
May 19, 2021 11:00
-
-
Save zomberg/7235b1620bf6bad6e6082b876325bc85 to your computer and use it in GitHub Desktop.
Find and kill process by port
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
sudo netstat -plten | grep {PORT} | |
sudo kill -8 {PID} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment