The document discusses the Windows CreateProcess() system call that initiates a new process. It inquires about the equivalent system call in Linux, providing options: a) create(), b) process(), c) clone(), and d) fork().
The Windows CreateProcess() system call creates a new process. What .pdf
1. The Windows CreateProcess() system call creates a new process. What is the equivalent system
call in Linux?
A create()
B process()
C clone().
D.fork()