q what system calls have to be implementing by a


Q. What system calls have to be implementing by a command interpreter or shell in order to start a new process?

Answer: In the UNIX systems a fork system call followed by an exec system call need to be performed to start a new process. The fork call clones the presently executing process while the exec call overlays a new process based on a different executable over the calling process.

Request for Solution File

Ask an Expert for Answer!!
Operating System: q what system calls have to be implementing by a
Reference No:- TGS0327095

Expected delivery within 24 Hours