:: Re: [DNG] Mini init script written …
Top Pagina
Delete this message
Reply to this message
Auteur: Didier Kryn
Datum:  
Aan: dng
Onderwerp: 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...