[bind10-dev] Handling Disappearing Terminals
Francis Dupont
fdupont at isc.org
Fri Mar 18 14:15:53 UTC 2011
It is a well known issue, cf. nohup (often a shell built-in)
and setsid (the system call, it can be a command too).
BSDs have daemon(3) which does the right thing and was ported to
Linux & co OSs too. But you already know that...
About the analysis IMHO it depends on the flags too: if su calls
the shell as a login shell it will create a new session.
Regards
Francis Dupont <fdupont at isc.org>
More information about the bind10-dev
mailing list