Solved

In Linux, What Is the Difference Between the Fork and Clone

Question 17

Multiple Choice

In Linux, what is the difference between the fork and clone system calls?


A) clone accepts arguments that specify which resources to share with the spawned process.
B) Linux responds to the clone system call by creating a new task that contains a copy of all of its parent's resources.
C) clone creates a copy of the calling task, and the copy becomes the parent of the task that issued the clone system call.
D) fork and clone spawn child processes in exactly the same way.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions