Multiple choice technology programming languages 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 Reveal answer Fill a bubble to check yourself B Correct answer Explanation SIGHUP is historically sent by controlling terminals to the session leader when a terminal disconnects. It is not automatically propagated by the kernel to child processes when a parent process terminates.