|
|
Linux command to kill all java php process - Linux
|
Views : 1968
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|