Why doesn't child process get SIGHUP when its parent dies?
Only child can send and can not receive from parent signals
SIGHUP is a signal sent by terminals and is not designed to propagate
SIGHUP is an invalid signal
None