Created
August 11, 2022 09:14
-
-
Save Talhafayyaz11/18c4ccb7e8e3a71b6422ad12c4e4f9ee to your computer and use it in GitHub Desktop.
Kill port in Ubuntu
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
sudo kill -9 $(sudo lsof -t -i:9001) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment