Which of the following system calls transforms an executable binary file into a process?
Fork creates a child process that differs from the parent process only in its PID and PPID, and in the fact that resource utilizations are set to 0. File locks and pending signals are not inherited.
Spelling errors in questions