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
Explain a zombie?
Max relax-able permission value with out giving write permission to others?
What is ipc port?
Explain what is the process id for kernel process?
What is daemon?
Which ipc is faster?
What is unix ipc?
What are the various schemes available?
What is fork()?
What are the various schemes available in ipc?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain how do you execute one program from within another?
Explain about daemon?
How to write the program on full-duplex communication on bidirectional?
How to get or set an environment variable from a program?