Re: how to send control-break or ctrl-c signal to a background process?
From: Bit Twister (BitTwister_at_localhost.localdomain)
Date: 09/28/03
- Next 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?"
- Previous message: walala: "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: those who know me have no need of my name: "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 02:13:14 GMT
On Sat, 27 Sep 2003 21:03:01 -0500, walala 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...
man kill
- Next 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?"
- Previous message: walala: "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: those who know me have no need of my name: "Re: how to send control-break or ctrl-c signal to a background process?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]