|
|
@ -17,12 +17,12 @@ |
|
|
|
"file": "processes.adoc" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"chapter": 2, |
|
|
|
"title": "An Introduction to Linux !", |
|
|
|
"subtitle": "Absolute basics", |
|
|
|
"type": "asciinema", |
|
|
|
"desc": "Absolute basics, File types, Access rights etc", |
|
|
|
"file": "basics.cast" |
|
|
|
"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" |
|
|
|
} |
|
|
|
|
|
|
|
] |
|
|
|