What are the system calls used for process management:
Answer Posted / prashanth
The system calls for process management are fork() and vfork
() which will create a process.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Which ipc is faster?
Explain the system calls used for process management?
Explain about daemon?
How to write the program on full-duplex communication on bidirectional?
Explain what are the system calls used for process management?
Explain a zombie?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Please explain fork() system call?
How to get or set an environment variable from a program?
What is daemon?
What are the various schemes available in ipc?
Explain how do you execute one program from within another?
Explain the initial process sequence while the system boots up?
Explain the advantage of executing a process in background?
Which ipc is the fastest in unix?