Re: how to send control-break or ctrl-c signal to a background process?
From: Bill Marcum (bmarcum_at_iglou.com)
Date: 09/28/03
- Next message: Timothy J. Lee: "Re: cpp - C language preprocessor"
- Previous message: those who know me have no need of my name: "Re: how to send control-break or ctrl-c signal to a background process?"
- In reply to: walala: "how to send control-break or ctrl-c signal to a background process?"
- Next in thread: Bryan Dongray: "Re: how to send control-break or ctrl-c signal to a background process?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Sep 2003 00:49:02 -0400
On Sat, 27 Sep 2003 21:03:01 -0500, walala
<mizhael@yahoo.com> wrote:
> Dear all,
>
> I have sent a job to run in background... However I now want to gracefully
> terminate it. This software has a good property that if I press
> control-break, or ctrl-c, it will enter into a graceful termination mode
> that it can still give me some partial useful information... so I don't want
> to use "kill -9" to kill it...
>
So use kill without the -9. Why do you think -9 is an option and not
the default?
-- Commander Spiral Pyjama Pseudo-Rhinocerous Feline Thingamajig Bill Marcum (the First) Ozy and Millie Name Generator http://heifong.phase.org/omname.php
- Next message: Timothy J. Lee: "Re: cpp - C language preprocessor"
- Previous message: those who know me have no need of my name: "Re: how to send control-break or ctrl-c signal to a background process?"
- In reply to: walala: "how to send control-break or ctrl-c signal to a background process?"
- Next in thread: Bryan Dongray: "Re: how to send control-break or ctrl-c signal to a background process?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|