show system call for cloning standard form of


Show System call for cloning.

 Standard form of Clone function is as follows:

Int clone (Int (*FN) (), void *child stack, Int flag, intargs,);

Parameter FN is Pointer from Child method to the function to be implemented.

Parameter child stack is the pointer to the zone of memory allocated for a stack of child method.

Parameter Flags defines process for cloning

Parameter Nargs defines the number of arguments to be passed to the function pointed by FN and is followed by such arguments

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: show system call for cloning standard form of
Reference No:- TGS0327793

Expected delivery within 24 Hours