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

Re: Kill a process that refuses to die?



<snip>
general kill:
kill PID
this is the first one to try as it is the safest
kill -9 PID
this is the last one to try, but works in most cases

where PID is the process id.

find it by:
ps -A f |grep NAME

where NAME is the word to id the process (enjoympeg?)

-K
-- 
Kevin Mark <kmark@pipeline.com>

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: