A signal handler installed by a parent process is preserved by the fork() (the child process inherits the handler) but what happens when a process does an exec call ?
The handlers that the process has are maintained or do they disappear ?
A signal handler installed by a parent process is preserved by the fork() (the child process inherits the handler) but what happens when a process does an exec call ?
The handlers that the process has are maintained or do they disappear ?