Paul McDermott <[EMAIL PROTECTED]> writes: > to kill a process you must be root if it is not run by you. the command > is kill -9 (pid). To see the pid do a ps -aux.
I'd recommend just trying "kill (pid)" first. This sends a less agressive signal to the program, which might allow it to do some important cleanup before it goes down. If that doesn't work, then try "kill -9 (pid)". -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .