Answers for "how to kill php shell execute"

PHP
0

kill php process

kill $(ps aux | grep '[p]hp' | awk '{print $2}')
Posted by: Guest on May-03-2021
0

kill php process

kill $(ps aux | grep '[m]ysql' | awk '{print $2}')
Posted by: Guest on May-03-2021

Code answers related to "how to kill php shell execute"

Browse Popular Code Answers by Language