What are the system calls used for process management?
Answer Posted / shilpa
fork() - to create a new process
exec() - to execute a new program in a process
wait() - to wait until a created process completes its
execution
exit() - to exit from a process execution
getpid() - to get a process identifier of the current
process
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is fork()?
Explain linking across directories?
Explain the system calls used for process management?
Explain about daemon?
What is the full form of ipc?
Tell me set-user-id is related to (in unix)?
What are two different models of ipc differentiate both?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is i-node numbers?
Please explain fork() system call?
What are the various schemes available?
What is unix ipc?
How to write the program on full-duplex communication on bidirectional?
Explain a zombie?
Explain how do you execute one program from within another?