Skip to content

Instantly share code, notes, and snippets.

@dylansalim3
Last active November 22, 2020 16:39
Show Gist options
  • Save dylansalim3/d16027aa84c643b1113879c59a8f4112 to your computer and use it in GitHub Desktop.
Save dylansalim3/d16027aa84c643b1113879c59a8f4112 to your computer and use it in GitHub Desktop.
kill process associated to the port (linux)
sudo fuser -n tcp -k {port_number}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment