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
Please explain fork() system call?
Which ipc is the fastest in unix?
Explain the advantage of executing a process in background?
What are the various schemes available in ipc?
Explain how do you execute one program from within another?
How to get or set an environment variable from a program?
Explain linking across directories?
What are two different models of ipc differentiate both?
Explain the initial process sequence while the system boots up?
Explain about daemon?
What is the very first process created by kernel?
Explain what is the process id for kernel process?
What is fork()?
Explain a zombie?
What is unix ipc?