From 06d79cb7f33e0813e3140225574c840f87d93059 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 21 Feb 2021 20:24:09 +0200 Subject: [PATCH] Linux-process-management --- Linux-process-management/index.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Linux-process-management/index.js b/Linux-process-management/index.js index 2b5c926..2ad67bf 100644 --- a/Linux-process-management/index.js +++ b/Linux-process-management/index.js @@ -15,14 +15,5 @@ "type": "asciidoc", "desc": "Process creation - fork() or clone() system calls", "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" } - ]