Skip to content

Instantly share code, notes, and snippets.

@dira
Created June 1, 2009 10:31
Show Gist options
  • Save dira/121347 to your computer and use it in GitHub Desktop.
Save dira/121347 to your computer and use it in GitHub Desktop.
# bash: kill the process that occupies <port>
kill $(lsof -t -i :4567)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment