Init
Init is the very first program that runs when the computer is started and runs until the system gets shut down. Since it is the initial process that runs on a Linux computer, it is considered to be the parent process. It is also responsible for rebooting a computer and it automatically adopts any orphaned process.Usually, Init is started by the kernel using a hard-coded filename. If the kernel fails to start it a kernel panic will occur.