Linux command to kill all java php process - Linux Views : 2274
Tagged in : Linux
0 0
Send mail
In linux servers sometimes there may be large number of java or php process runs and causes load to the server,in this time if want to kill all java or php program you can use the following command :

To kill all java programs:


pkill java


To kill all php programs


pkill php

By Selva, On - 2009-11-25



    Login to add Comments .