Y
Hacker News
new
|
ask
|
show
|
jobs
by
eggnet
4 days ago
That happens with execve(). clone() allows you to not copy the page table prior to the execve() call.
1 comments
trumpdong
3 days ago
Which argument to clone does that?
link