Computer Science, asked by ambicaparasa9490, 6 months ago

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

Answers

Answered by hk7701934996
0

Answer:

In unix system,a fork system call followed by an exec system call need be performed to start a new process.

Similar questions