Question 7
When a user types the command
in a Linux shell, which of the following sequences of system calls is most likely to occur for executing the command and then returning control to the shell?
exec-fork-wait
wait-exec-fork
fork-wait-exec
fork-exec-wait