Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaznum/1310935 to your computer and use it in GitHub Desktop.
Save kaznum/1310935 to your computer and use it in GitHub Desktop.
looking for and killing processes to use tcp port
# to look for the processes to use tcp 443
fuser -n tcp 443
# to kill all processes to use tcp 443
fuser -kn tcp 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment