adspace


Explain the system calls used for process management?

Answer Posted / Rajeev Kumar Ranjan

Some of the important system calls used for process management in Unix include fork(), exec(), wait(), and exit(). The fork() system call creates a new process, while exec() replaces the current running program with a new one. The wait() function is used to suspend the execution of the parent process until its child process has terminated. Finally, the exit() system call causes the calling process to terminate.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category