LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help with killing all java process (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-killing-all-java-process-141288/)

idandl 02-02-2004 02:55 AM

help with killing all java process
 
Hi,

How do I kill all of my jav process at once ?

thanks

idan

enigmasoldier 02-02-2004 03:31 AM

open up an xterm. If your not already root then 'su root' and enter the password. Then type:

killall java

and that should work nicely. You can check to see if it worked by typing:

ps -aux | grep *java*

idandl 02-02-2004 05:32 AM

10x :)


All times are GMT -5. The time now is 03:16 PM.