Multiple choice Which of the following system calls used in phase while creating a process? fork exec wait 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 .