The Windows CreateProcess() system call creates a new process. W

  • 2023-11-15 03:37:29
  • OS

The Windows CreateProcess() system call creates a new process. What is the equivalent system call in UNIX:

A.

NTCreateProcess()

B.

process()

C.

fork()

D.

getpid()

正确答案是C