<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 <[EMAIL PROTECTED]>

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

Reply via email to