Gentoo Archives: gentoo-user

From: Petr Uzel <petr.uzel@×××××××.cz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Die, process! Die!
Date: Fri, 03 Nov 2006 19:35:50
Message-Id: 200611032028.44638.petr.uzel@centrum.cz
In Reply to: Re: [gentoo-user] Die, process! Die! by Michael Sullivan
1 Dne pátek 03 listopad 2006 20:02 Michael Sullivan napsal(a):
2 > So how would I issue a SIGKILL?
3
4 All of these should work with the same effect :
5
6 kill -SIGKILL pid
7 kill -KILL pid
8 kill -9 pid
9
10 Alternatively, you could also use
11
12 killall -9 progname
13
14 if you know only name of the program but not its pid.
15
16
17 Regards,
18 --
19 Petr Uzel
20 petr.uzel@×××××××.cz
21 Jabber : knotor@××××××××××.cz
22 ICQ : 101606095
23 Gentoo Linux
24
25 --
26 gentoo-user@g.o mailing list