QuestionQ6

System Architecture

What is the process ID of the init process on a System V init-based system?

  • A -1
  • B 0
  • C 1
  • D It is different with each reboot
  • E It is set to the current run level
Explanation

The init program is the first user-space process started by the kernel on a System V init-based system, so it is assigned process ID 1.

Community Discussion

No comments yet. Be the first to start the discussion!