What are the system calls used for process management:
Answer Posted / guest
The system calles for process management are fork() which
will create a process
wait() will wait for exit status of all child processes.
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What is the very first process created by kernel?
What is daemon?
Explain what is the process id for kernel process?
What is ipc in unix?
Please describe the initial process sequence while the system boots up?
Please explain fork() system call?
What are the various schemes available in ipc?
What is the condition required for dead lock in unix system?
What is the full form of ipc?
Explain the advantage of executing a process in background?
Explain linking across directories?
What is unix ipc?
Explain the initial process sequence while the system boots up?
What are two different models of ipc differentiate both?
What is i-node numbers?