Skip to content

Instantly share code, notes, and snippets.

@WillieYang
Last active November 30, 2017 09:21
Show Gist options
  • Save WillieYang/23fa032ee61932fdf7084b257b20f244 to your computer and use it in GitHub Desktop.
Save WillieYang/23fa032ee61932fdf7084b257b20f244 to your computer and use it in GitHub Desktop.
How to kill a port on linux?
fuser -n tcp -k <port number>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment