Re: ext2 attribute immutable

Zefram (A.Main@dcs.warwick.ac.uk)
Thu, 4 Apr 1996 10:14:39 +0100 (BST)


>Does the kernel really reassign PID 1? What about a panic as soon as
>PID 1 dies?

Not a recommended procedure, as the Enterprise used to say. SunOS
panics if init dies, but there's really no reason why it should.
Without init you won't get any new getties, and orphaned processes that
terminate may become perpetual zombies, but the system basically
works. Init, of course, shouldn't allow itself to terminate in the
first place, and to help it stay alive the kernel lets it block
SIGKILL.

-zefram