The vfork() system call in UNIX ____.

分类: OS 发布时间: 2023-11-15 03:43 浏览量: 0

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