Autore: Damian Brasher Data: 2008-11-06 12:12 -000 To: Hampshire LUG Discussion List Oggetto: Re: [Hampshire] Bash script interruptions
Graeme Hilton wrote:
> If I do a Ctrl-C the zacquire_maxlines gets a SIGKILL, rather than a
> SIGINT?
>
> Is this a feature of bash, or of the way the ssh command interprets the
> SIGINT request?
>
Could it be that the initial Ctrl-C SIGINT stops the ssh process which in
turn SIGKILL's the remotely executed process - I'd test this to be
absolutely sure.