Browse Source

Linux-process-management

master
zeus 3 years ago
parent
commit
80219c2d6d
  1. 9
      Linux-process-management/processes.adoc

9
Linux-process-management/processes.adoc

@ -3,7 +3,10 @@ Apostolos rootApostolos@swarmlab.io
// Metadata:
:description: Linux process management
:keywords: ps aux
ifndef::env-browser[]
:data-uri:
endif::[]
:images-cdn: http://localhost:3080/images
:toc: right
:toc-title: Table of contents
:toclevels: 4
@ -66,7 +69,7 @@ An operating system kernel that allows multitasking needs processes to have cert
[.float-group]
--
[.right]
image:images/Process_states.png[350,350,role="related thumb right"]
image::{images-cdn}/Process_states.png[350,350,role="related thumb right"]
* the process is *"created"*.
* After that the process scheduler assigns it the *"waiting"* state.
@ -104,9 +107,9 @@ Processes can communicate with each other through:
[.float-group]
--
[.right]
image:images/1-76.png[350,350,role="related thumb right"]
image::{images-cdn}/1-76.png[350,350,role="related thumb right"]
[.left]
image:images/2-50.png[350,350,role="related thumb left"]
image::{images-cdn}/2-50.png[350,350,role="related thumb left"]
--
footnote:[https://www.geeksforgeeks.org/inter-process-communication-ipc/[^]]

Loading…
Cancel
Save