Answer to init process (#126)

This commit is contained in:
kooshals 2021-02-26 22:10:49 +05:30 committed by GitHub
parent c66780275c
commit ec0b96f38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>