Erik Christiansen wrote: > OK, is it possible that the process has a deliberate signal handler, so > that SIGKILL is ignored? (Even a script can trap any combination of > signals, and decide not to die, if written that way.) man 7 signal: "The signals SIGKILL and SIGSTOP cannot be caught, blocked, or ignored." Toby