From ec0b96f38f8211df8db33547e81b44b180fbdbbb Mon Sep 17 00:00:00 2001 From: kooshals <35496077+kooshals@users.noreply.github.com> Date: Fri, 26 Feb 2021 22:10:49 +0530 Subject: [PATCH] Answer to init process (#126) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dca9e30..8889234 100644 --- a/README.md +++ b/README.md @@ -3112,6 +3112,7 @@ If you mention at any point ps command with arugments, be familiar with what the
What is the init process?
+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