Which statement is not true about process 0 in the Unix operating system?
Process 0 is not created by fork system call
Process 0 is a special process created when system boots
Process 0 is called init process
After forking process 1, process O becomes swapper process
View Answer
Correct Answer: C — Process 0 is called init process
Explanation:
Process 0 is typically the sched or swapper process, while Process 1 is the init process. Therefore, stating that Process 0 is the init process is incorrect.
