> Hi, > > I'm trying to kill a process on my box, but when I try 'kill xxxx', > it doesn't go away. Is there another way to get rid of it, short of > restarting the box? 'kill -9 xxxx' should do the trick. Use it sparingly though. -- JB
> Hi, > > I'm trying to kill a process on my box, but when I try 'kill xxxx', > it doesn't go away. Is there another way to get rid of it, short of > restarting the box? 'kill -9 xxxx' should do the trick. Use it sparingly though. -- JB