On Linux and Unix-like systems, the init process is the first process that runs when the system is booted.
The init process is a daemon process that runs until the system is shut down. All other processes are descended from init.
Init is responsible for starting up all other processes and services.