Answer to init process (#126)

This commit is contained in:
kooshals
2021-02-26 18:40:49 +02:00
committed by GitHub
parent c66780275c
commit ec0b96f38f
+1
View File
@@ -3112,6 +3112,7 @@ If you mention at any point ps command with arugments, be familiar with what the
<details>
<summary>What is the init process?</summary><br><b>
It is the first process executed by the kernel during the booting of a system. It is a daemon process which runs till the system is shutdown. That is why, it is the parent of all the processes
</b></details>
<details>