like fork(do not need to copy code and data) we do resource sharing efficiently
image copy on write time, parent and child processes to initially share the same
If either process modifies a shared page, only then is the page copied.

Seong-lae Cho
Seong-lae Cho