Re: How do I make a start script

2002-06-15 Thread Derrick 'dman' Hudson
On Sat, Jun 15, 2002 at 09:06:49AM +0200, Søren Neigaard wrote: | I need to make a script that can find the PID for a Java application, | where the process string contains 'proximus', and 'kill -9' that | process. My Java process spawns quite some threads, so I need to kill | the main process, not

How do I make a start script

2002-06-15 Thread Søren Neigaard
I need to make a script that can find the PID for a Java application, where the process string contains 'proximus', and 'kill -9' that process. My Java process spawns quite some threads, so I need to kill the main process, not one of the threads. How do I do this, I have no clue, and no shell prog