Created
August 28, 2022 17:13
-
-
Save koungkub/baa537bb5229dec44c46562e375275ba to your computer and use it in GitHub Desktop.
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
# linux-based | |
netstat -lnptu | |
# mac-based | |
lsof -i 8080 | grep LISTEN | |
ps -ef | grep 1029 | |
kill -9 1029 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment