Kill all PHP Processes on Unix

by Jon Hibbins on 4 January 2012
Filed under: PHP, Quick Tips, Uncategorized, Unix/Linux

You can kill all the PHP processes in Unix with the following command :

killall php

Leave a Reply