Created
October 4, 2016 16:56
-
-
Save weslley39/f3b433e76678c3cc9c97e63f99b0e55d to your computer and use it in GitHub Desktop.
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
List open files on a port and copy PID | |
lsof -i :<port> | |
Kill it with fire :) | |
kill -9 <PID> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment