vfork()

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Sep 20 6:31
Editor
Edited
Edited
2023 Oct 24 12:32
Refs
Refs
Creates a process that shares the memory address space of its parent. The parent’s execution is _syscall2 until the child exits or executes a new program.
implemented by
clone()
 
 
 
 
 
 
 

Recommendations