Linux

What is the init process?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

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