> > I know I can use "kill <pid>" to kill a process, but how do I absolutly > destroy a process, when kill doesn't work? I don't want to state the obvious, but have you tried "kill -9 <pid>"? Cheers, Maarten --