Created
January 25, 2016 21:57
-
-
Save camsaul/b6561728075cfd0d2e74 to your computer and use it in GitHub Desktop.
Figure out which process is listening to a given TCP 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
lsof -i tcp:8090 | grep LISTEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kill it with