What system calls have to be executed by a command interpreter or shell

Sagot :

Answer:

2.6 What system calls have to be executed by a command interpreter or shell in order to start a new process? Answer: In Unix systems, a fork system call followed by an exec system call need to be performed to start a new process.