From acb33e1751110430ee6386fc2ad4e20e90cca230 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 21 Feb 2021 23:34:04 +0200 Subject: [PATCH] Linux-process-management --- Linux-process-management/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux-process-management/index.js b/Linux-process-management/index.js index e6b0919..05cf28d 100644 --- a/Linux-process-management/index.js +++ b/Linux-process-management/index.js @@ -27,10 +27,10 @@ { "chapter": 3, - "title": "fork-exec", + "title": "Process management", "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.", + "desc": "fork, exec, copy-on-write, Zombie/Orphan process, Threads ... ", "file": "Life_cycle_of_a_process.adoc" }, {