2009-07-29 05:50:45

by Prabhu Chawandi

[permalink] [raw]
Subject: CTRL-C functionality.

Hi All,

where exactly can I check for the above signal is caught properly
or not. How to enable ?

Because when I do ctrl-c my linux application is not terminating, I
want that signal to be cought.

It is the customized linux for the STB, soon box starts running
ctrl-C should teminate application.

have any Idea, where I need to look-in.

Thanks
Prabhu


2009-07-29 06:07:54

by Justin P. Mattock

[permalink] [raw]
Subject: Re: CTRL-C functionality.

Prabhu Chawandi wrote:
> Hi All,
>
> where exactly can I check for the above signal is caught properly
> or not. How to enable ?
>
> Because when I do ctrl-c my linux application is not terminating, I
> want that signal to be cought.
>
> It is the customized linux for the STB, soon box starts running
> ctrl-C should teminate application.
>
> have any Idea, where I need to look-in.
>
> Thanks
> Prabhu
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
showkeys is the command for bash
xev is for xserver.

Justin P. Matock

2009-07-29 06:13:37

by Justin P. Mattock

[permalink] [raw]
Subject: Re: CTRL-C functionality.

Prabhu Chawandi wrote:
> Hi All,
>
> where exactly can I check for the above signal is caught properly
> or not. How to enable ?
>
> Because when I do ctrl-c my linux application is not terminating, I
> want that signal to be cought.
>
> It is the customized linux for the STB, soon box starts running
> ctrl-C should teminate application.
>
> have any Idea, where I need to look-in.
>
> Thanks
> Prabhu
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
My bad, it's showkey not showkeys.

Justin P. Mattock