Let us assume I create a daemon by double forking
According to the above question the second child does not receive a sighup when the session leader(the first child exits). Then why do we need to ignore sighup?
Let us assume I create a daemon by double forking
According to the above question the second child does not receive a sighup when the session leader(the first child exits). Then why do we need to ignore sighup?