On Mon, Jun 20, 2016 at 09:35:17AM +0200, Edward Bartolo wrote:
>
> You seem to work in a university's maths faculty. Can you explain to
> me this paradox?
>
> Consider Set I = {, -3, -2, -1, 0, 1, 2 , 3, }, the set of
> Integers that is infinite in size having neither a lower bound nor
Hi,
KatolaZ wrote:
<<
My humble impression is that you need just 4 things:
- "The C programming language" (Kernighan & Ritchie),
- "C in a nutshell" (Prinz & Crawford),
- "The Unix programming environment" (Ritchie & Pike N.B.: *not the
one by Burgess*, which is a nice book but not even close t
Hi,
Looking at what /etc/init.d/rc does it should become clear that
/sbin/init does not itself load the OS. This is why I delegated the
loading task to a script and since rc does exactly that function I
used its functionality. This means, there is no need for PID 1 to have
rc's functionality built