From 0948360530008adeeabdc78326351a1c245f66b1 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 21 Feb 2021 20:27:03 +0200 Subject: [PATCH] Linux-process-management --- Linux-process-management/index.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Linux-process-management/index.js b/Linux-process-management/index.js index 6d9b606..a9c9e36 100644 --- a/Linux-process-management/index.js +++ b/Linux-process-management/index.js @@ -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" } + ]