Question 15
Imagine a basic Linux shell that executes the ls -l command. Which of the following lists correctly orders the system calls initiated by the shell, starting from the moment the user enters this command until the shell resumes and prompts the user for their next input?
wait-fork-exec
exec-wait-fork
fork-exec-wait
exec-fork-wait