From d9c9a4123dfa99f4f13a5df9c82c475e2ff08a22 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 21 Feb 2021 20:19:46 +0200 Subject: [PATCH] Linux-process-management --- Linux-process-management/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Linux-process-management/index.js b/Linux-process-management/index.js index a9c9e36..2b5c926 100644 --- a/Linux-process-management/index.js +++ b/Linux-process-management/index.js @@ -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" } ]