Skip to content

Instantly share code, notes, and snippets.

@gduverger
Last active August 29, 2015 14:06
Show Gist options
  • Save gduverger/c2045eca44d2fc4ec044 to your computer and use it in GitHub Desktop.
Save gduverger/c2045eca44d2fc4ec044 to your computer and use it in GitHub Desktop.
Find and kill a process
ps aux | grep gunicorn
kill -9 PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment