Created
October 28, 2016 09:58
-
-
Save bmichalski/c8d25fff041a4739d6f0126edb0e9b54 to your computer and use it in GitHub Desktop.
Kill all php-fpm processes
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
sudo kill -9 `sudo ps -ef | grep php-fpm | grep -v grep | awk '{print $2}'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment