|
|
@ -13,7 +13,16 @@ |
|
|
|
"title": "An Introduction to process management!", |
|
|
|
"subtitle": "Life cycle of a process", |
|
|
|
"type": "asciidoc", |
|
|
|
"desc": "Process creation - fork or clone system calls", |
|
|
|
"desc": "Process creation - fork() or clone() system calls", |
|
|
|
"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" |
|
|
|
} |
|
|
|
|
|
|
|
] |
|
|
|