Linux command to kill all java php process

by Selva 2009-11-25 20:33:55

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

Tagged in:

4017
like
0
dislike
0
mail
flag

You must LOGIN to add comments