Is init process the first process in Linux? Get link Facebook X Pinterest Email Other Apps February 10, 2018 Answer is No. PID of init is 1. PID of scheduler is 0. It is created thru init_task function. Then scheduler forks (i.e. using fork()) init process. And so init forks other processes. Read more