The vfork() system call in UNIX ____.
A.allows the child process to use the address space of the parent
B.uses copy-on-write with the fork() call
C.is not intended to be used when the child process calls exec() immediately after creation
D.duplicates all pages that are modified by the child process
正确答案是A