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
On Fri, 2006-11-03 at 11:39 -0700, Richard Fish wrote:
> On 11/3/06, Alan McKinnon <[EMAIL PROTECTED]> wrote:
> > On Friday 03 November 2006 06:44, Walter Dnes wrote:
> > > On Mon, Oct 30, 2006 at 07:48:58PM -0700, Richard Fish wrote
> > >
> > > > If -9 doesn't work, it means your kernel is hungup,
On 11/3/06, Alan McKinnon <[EMAIL PROTECTED]> wrote:
On Friday 03 November 2006 06:44, Walter Dnes wrote:
> On Mon, Oct 30, 2006 at 07:48:58PM -0700, Richard Fish wrote
>
> > If -9 doesn't work, it means your kernel is hungup, and yeah,
> > you'll have to reboot to fix.
>
> Where does kill -15
On Friday 03 November 2006 06:44, Walter Dnes wrote:
> On Mon, Oct 30, 2006 at 07:48:58PM -0700, Richard Fish wrote
>
> > If -9 doesn't work, it means your kernel is hungup, and yeah,
> > you'll have to reboot to fix.
>
> Where does kill -15 fit in?
signal 15 is SIGTERM, and the default for kill
On Mon, Oct 30, 2006 at 07:48:58PM -0700, Richard Fish wrote
> If -9 doesn't work, it means your kernel is hungup, and yeah, you'll
> have to reboot to fix.
Where does kill -15 fit in?
--
Walter Dnes <[EMAIL PROTECTED]> In linux /sbin/init is Job #1
My musings on technology and security at ht
On Monday 30 October 2006 17:01, Michael Sullivan wrote:
> I know my subject line is a little melodramatic, but this is really
> frustrating. I frequently have processes that killall doesn't kill and
> kill -9 doesn't touch. For instance, this is taken from top:
>
> 24135 root 16 0 229m
On 10/30/06, Richard Fish <[EMAIL PROTECTED]> wrote:
On 10/30/06, Michael Sullivan <[EMAIL PROTECTED]> wrote:
> I know my subject line is a little melodramatic, but this is really
> frustrating. I frequently have processes that killall doesn't kill and
> kill -9 doesn't touch. For instance, th
On 10/30/06, Michael Sullivan <[EMAIL PROTECTED]> wrote:
I know my subject line is a little melodramatic, but this is really
frustrating. I frequently have processes that killall doesn't kill and
kill -9 doesn't touch. For instance, this is taken from top:
24135 root 16 0 229m 35m 10
On 30/10/06, Michael Sullivan <[EMAIL PROTECTED]> wrote:
I know my subject line is a little melodramatic, but this is really
frustrating. I frequently have processes that killall doesn't kill and
kill -9 doesn't touch. For instance, this is taken from top:
24135 root 16 0 229m 35m 10
On Tue, 2006-10-31 at 09:05 +0930, Iain Buchanan wrote:
> On Mon, 2006-10-30 at 09:01 -0600, Michael Sullivan wrote:
> > I know my subject line is a little melodramatic, but this is really
> > frustrating. I frequently have processes that killall doesn't kill and
> > kill -9 doesn't touch. For i
On Mon, 2006-10-30 at 09:01 -0600, Michael Sullivan wrote:
> I know my subject line is a little melodramatic, but this is really
> frustrating. I frequently have processes that killall doesn't kill and
> kill -9 doesn't touch. For instance, this is taken from top:
>
> 24135 root 16 0 22
On Mon, 30 Oct 2006 09:01:12 -0600
Michael Sullivan wrote:
> I know my subject line is a little melodramatic, but this is really
> frustrating. I frequently have processes that killall doesn't kill
> and kill -9 doesn't touch. For instance, this is taken from
> top:
killall = kill
The only dif
Michael Sullivan wrote:
> I know my subject line is a little melodramatic, but this is really
> frustrating. I frequently have processes that killall doesn't kill and
> kill -9 doesn't touch. For instance, this is taken from top:
>
> 24135 root 16 0 229m 35m 1064 S 0.3 59.7 8:52.11
I know my subject line is a little melodramatic, but this is really
frustrating. I frequently have processes that killall doesn't kill and
kill -9 doesn't touch. For instance, this is taken from top:
24135 root 16 0 229m 35m 1064 S 0.3 59.7 8:52.11 javadoc
I have Cntrl+C on the eme
14 matches
Mail list logo