:: Re: [DNG] Mini init script written …
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Didier Kryn
Date:  
À: dng
Sujet: Re: [DNG] Mini init script written in Perl boots.
Le 17/06/2016 14:44, Joel Roth a écrit :
> Edward Bartolo wrote:
>> >PID 1 should fork only once to run the first script that loads the
>> >operating system. Once execution enters the infinite loop there is no
>> >way of it jumping to somewhere else.
> I'm guessing the loop doesn't actually loop, as the
> wait call just blocks.
>


     It blocks untill it reaps a zombie. Then it must be invoked again 
for the next, etc...