Last active
August 29, 2015 14:06
-
-
Save gduverger/c2045eca44d2fc4ec044 to your computer and use it in GitHub Desktop.
Find and kill a process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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