Multiple choice

Which of the following system calls used in phase while creating a process?

  1. fork

  2. exec

  3. wait

  4. all of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All of the above are the three distinct phases in creation of a process and use three important system calls - fork, exec and wait .