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