Skip to content

Instantly share code, notes, and snippets.

@archiewald
Created July 15, 2019 07:10
Show Gist options
  • Save archiewald/6e653e5f163efb07d8cca06266c66196 to your computer and use it in GitHub Desktop.
Save archiewald/6e653e5f163efb07d8cca06266c66196 to your computer and use it in GitHub Desktop.
kill process on macos #terminal
lsof -i tcp:3000
kill -9 PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment