Why fork() then exec()
Why does Unix separate process creation into fork() and exec() instead of having a single 'create new process with this program' call?
Sign in to answer questions and track your progress
Sign InWhy does Unix separate process creation into fork() and exec() instead of having a single 'create new process with this program' call?
Sign in to answer questions and track your progress
Sign In