Browse Source

Linux-process-management

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

4
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"
},
{

Loading…
Cancel
Save