Skip to content

Instantly share code, notes, and snippets.

@hitautodestruct
Created June 4, 2019 10:03
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 hitautodestruct/02c7eaf52a6afc97a1dabe2df14733b9 to your computer and use it in GitHub Desktop.
Save hitautodestruct/02c7eaf52a6afc97a1dabe2df14733b9 to your computer and use it in GitHub Desktop.
MacOS How to close app that is taking up port
lsof -i :5000 # Search for app
(sudo) kill <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment