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 how do you execute one program from within another?
What is ipc in unix?
What are the various schemes available?
What is daemon?
Explain about daemon?
What is ln(linking)?
Please explain fork() system call?
Explain what are the system calls used for process management?
What is unix ipc?
Which ipc is faster?
Explain what is the process id for kernel process?
Explain linking across directories?
What is the very first process created by kernel?
What are the various schemes available in ipc?