Forum Moderators: bakedjake
1. Tell it to stop.
2. Sleep for a bit
3. Grep the output of a PS AX
4. If it's still there issue a killall -9 ....
Or just (this one's ugly, but defensive ;-))
1. Tell it to stop.
2. Sleep for a bit.
3. Issue a killall -9 anyway.
To the best of my knowledge I don't believe that issuing a killall on a process that isn't actually running does any harm other than output an error to the console.
TJ