Line Number | Result |
---|---|
1 | Stops the parent process before it forks. |
2 | Stops both the parent and child processes. |
3 | Stops the parent process if the fork() function failed. |
5 | Stops the child process. |
7 | Stops the parent process. |
Linking with the dbfork library | |
Controlling system calls to execve(). |