, nohup ( ) , stdin, stdout / stderr .
, , nohup, SIGHUP ( Blrfl ).
, , , , SIGHUP. Linux /proc/$PID/status, SigIgn SigIgn.
pid bash, , egrep. , SIGHUP (.. is nohuppy):
$ egrep -q "SigIgn:\s.{15}[13579bdf]" /proc/$$/status && echo nohuppy || echo normal
normal
$ nohup bash -c 'egrep -q "SigIgn:\s.{15}[13579bdf]" /proc/$$/status && echo nohuppy || echo normal'; cat nohup.out
nohup: ignoring input and appending output to 'nohup.out'
nohuppy