Answer Posted / carol
fork() is a unix system call that is used to create a child
process.Whenever fork()is called the image of the parent is
copied to the child process(new)memory location.fork()
return the child process process id to the parent process
and 0 to the child process.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is i-node numbers?
What is the condition required for dead lock in unix system?
Please explain fork() system call?
What are the various schemes available?
What is ipc in unix?
Explain the system calls used for process management?
How to get or set an environment variable from a program?
What is unix ipc?
Which ipc is the fastest in unix?
Which ipc is faster?
Explain what are the system calls used for process management?
Explain about daemon?
What are the various schemes available in ipc?
What is the very first process created by kernel?
Tell me set-user-id is related to (in unix)?