kill -9 25718
kill -9 25719
kill -9 25811
kill -9 25812
PHP中文网2017-04-17 16:01:38
ps aux|grep php|grep -v grep|awk '{print }'|xargs kill -9
If there are slashes in the process, they can be escaped
ps aux|grep task\/crond|grep -v grep|awk '{print }'|xargs kill -9