Browse Source

Linux-process-management

master
zeus 4 years ago
parent
commit
d9c9a4123d
  1. 12
      Linux-process-management/index.js

12
Linux-process-management/index.js

@ -17,12 +17,12 @@
"file": "processes.adoc" "file": "processes.adoc"
}, },
{ {
"chapter": 2, "chapter": 3,
"title": "An Introduction to Linux !", "title": "fork-exec",
"subtitle": "Absolute basics", "subtitle": "Life cycle of a process",
"type": "asciinema", "type": "asciidoc",
"desc": "Absolute basics, File types, Access rights etc", "desc": "fork() is the the system call that the parent process uses to 'divide' itself ('fork') into two identical processes.",
"file": "basics.cast" "file": "Life_cycle_of_a_process.adoc"
} }
] ]

Loading…
Cancel
Save