Skip to content

Instantly share code, notes, and snippets.

@ChechoCZ
Created April 6, 2020 16:30
Show Gist options
  • Save ChechoCZ/828c506805b7e657610da4e531c0f4aa to your computer and use it in GitHub Desktop.
Save ChechoCZ/828c506805b7e657610da4e531c0f4aa to your computer and use it in GitHub Desktop.
// List processes
sudo lsof -i :3000
// Kill process
kill -9 {PID}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment