When a process wants to spawn a sub-process called the child, it uses the system call fork. All fork does is make a copy of the parent process, so that the ...
確定! 回上一頁