In this case exec is used. exec will replace the contents of the currently running process with the information from a program binary. After the forking process, the address space of the child process is overwritten with the new process data. This is done through an exec call to the system. More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.