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
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