<div dir="ltr"><br>Linux kernel development by Robert Love describes the fork process as <br><br>fork() -&gt; clone() -&gt; do_fork() -&gt; copy_process() <br><br>I am unable to find the clone() system call in linux 3.13.<br>Can someone explain the proper flow of fork() system call initiated by the user?<br><br>Where can I find the libc implementation for fork()? I want the code of all the functions involved in fork.<br></div>