3 ms·
That happens with execve(). clone() allows you to not copy the page table prior to the execve() call.
by eggnet 4mo ago
That happens with execve(). clone() allows you to not copy the page table prior to the execve() call.
- trumpdong 4mo agoWhich argument to clone does that?