ABSTRACT

Now, process 0 is at privilege level 3, which is a process state. As a parent process, its first task is to call fork() to create the first child process—process 1, which is the first implementation of the parent–child process-creating mechanism. On the basis of this mechanism, all processes are created by the parent process later.