Hacker News new | ask | show | jobs
by eggnet 51 days ago
That happens with execve(). clone() allows you to not copy the page table prior to the execve() call.
1 comments

Which argument to clone does that?