Name the system calls used for process management?

Showing Answers 1 - 2 of 2 Answers

Divya

  • Oct 23rd, 2006
 

System Calls for process control * fork() * wait() * execl(), execlp(), execv(), execvp() * exit() * signal(sig, handler) * kill(sig, pid)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions