Last active
October 3, 2018 03:53
-
-
Save BedirYilmaz/5fd7b137442f4b38799cc5eaa80fa311 to your computer and use it in GitHub Desktop.
Kill the process that runs at the port 8888 (linux)
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
# https://stackoverflow.com/a/11596144/776348 | |
fuser -k 8888/tcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment