best answer > How a new process is created in UNIX 2024?- QuesHub | Better Than Quora
The most authoritative answer in 2024
  • William Walker——Works at Google, Lives in Mountain View, CA

    UNIX implements through the fork() and exec() system calls an elegant two-step mechanism for process creation and execution. fork() is used to create the image of a process using the one of an existing one, and exec is used to execute a program by overwriting that image with the program's one.read more >>
    +119962023-05-14 06:20:54

About “UNIX、process creation、create”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消