Skip to main content
deleted 13 characters in body
Source Link
Rui F Ribeiro
  • 57.9k
  • 28
  • 156
  • 237

try this:

sudo kill -9 `sudo ps -ef | grep php-fpm | grep -v grep | awk '{print $2}'`

hope it helps

try this:

sudo kill -9 `sudo ps -ef | grep php-fpm | grep -v grep | awk '{print $2}'`

hope it helps

try this:

sudo kill -9 `sudo ps -ef | grep php-fpm | grep -v grep | awk '{print $2}'`
Source Link

try this:

sudo kill -9 `sudo ps -ef | grep php-fpm | grep -v grep | awk '{print $2}'`

hope it helps