Skip to content

Instantly share code, notes, and snippets.

@fdocr
Created June 18, 2020 02:10
Show Gist options
  • Save fdocr/341989166d51bf24dd82e461f60d53e7 to your computer and use it in GitHub Desktop.
Save fdocr/341989166d51bf24dd82e461f60d53e7 to your computer and use it in GitHub Desktop.
# Find PID of process
lsof -n -i4TCP:3000
kill -9 [PID]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment