[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do I kill jobs?



Paul McDermott <paul@braille.uwo.ca> 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
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: