On Thu, Jul 12, 2001 at 11:06:57AM -0400, Daniel Patrick Berdine wrote: > Is there any way to kill a process that kill -9 <pid> won't remove without > rebooting?
Unblock the process in the kernel, so its pending signals can be handled. This is admittedly rather difficult to force from the user side of the kernel barrier. Cheers, Joost