Dne pátek 03 listopad 2006 20:02 Michael Sullivan napsal(a):
> So how would I issue a SIGKILL?

All of these should work with the same effect :

kill -SIGKILL pid
kill -KILL pid
kill -9 pid

Alternatively, you could also use

killall -9 progname

if you know only name of the program but not its pid.


Regards,
-- 
Petr Uzel
[EMAIL PROTECTED]
Jabber : [EMAIL PROTECTED]
ICQ : 101606095
Gentoo Linux

-- 
gentoo-user@gentoo.org mailing list

Reply via email to