Answer Posted / shilpa
The 'fork()' call is used to create a new process from an
existing process. The new process is called the child
process, and the existing process is called the parent. We
can tell which is which by checking the return value
from 'fork()'
Is This Answer Correct ? | 69 Yes | 5 No |
Post New Answer View All Answers
Explain how do you execute one program from within another?
What is fork()?
Max relax-able permission value with out giving write permission to others?
What is ipc port?
Please explain fork() system call?
Explain what are the system calls used for process management?
What is the very first process created by kernel?
Tell me set-user-id is related to (in unix)?
What are two different models of ipc differentiate both?
Which ipc is the fastest in unix?
What is the condition required for dead lock in unix system?
What are the various schemes available in ipc?
Explain the advantage of executing a process in background?
What are the various schemes available?
Explain the system calls used for process management?