|
@ -15,14 +15,5 @@ |
|
|
"type": "asciidoc", |
|
|
"type": "asciidoc", |
|
|
"desc": "Process creation - fork() or clone() system calls", |
|
|
"desc": "Process creation - fork() or clone() system calls", |
|
|
"file": "processes.adoc" |
|
|
"file": "processes.adoc" |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"chapter": 3, |
|
|
|
|
|
"title": "fork-exec", |
|
|
|
|
|
"subtitle": "Life cycle of a process", |
|
|
|
|
|
"type": "asciidoc", |
|
|
|
|
|
"desc": "fork() is the the system call that the parent process uses to 'divide' itself ('fork') into two identical processes.", |
|
|
|
|
|
"file": "Life_cycle_of_a_process.adoc" |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
] |
|
|
] |
|
|