LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Which deamon handle the interrup signal? (https://www.linuxquestions.org/questions/linux-software-2/which-deamon-handle-the-interrup-signal-300192/)

alice95089 03-10-2005 08:55 PM

Which deamon handle the interrup signal?
 
Hi all,
I would like to ask:
In a running process in linux, sometimes we will quit or stop it by interrup signal like "^Z","^C", i would like to as which deamon is responsible for signal handling?

I would like to build a cramfs /jffs2 rootdisk with signal as above, is it possible and how can i do it?

Thanks
Alice

jtshaw 03-11-2005 02:03 PM

Well, the kernel handles the initial keyboard interrupt and the delivering of the signal. Most of the time the shell decides what to do with it, unless the individual program decides to catch it.

alice95089 03-11-2005 09:12 PM

Hi jtshaw,

Is there any method i can used to let kernel to include that interrups singnal when building the kernel? Which options is correspoding to that in .config ?

Thanks


All times are GMT -5. The time now is 09:28 PM.