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.

a) clone accepts arguments that specify which resources to share with the spawned process.

Computer Science & Information Technology

You might also like to view...

The ________ bar gives the SharePoint user instant information in context, such as whether a page is checked out

Fill in the blank(s) with correct word

Computer Science & Information Technology

Guides show when printed; grids do not

Indicate whether the statement is true or false

Computer Science & Information Technology