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 are the various schemes available?
What is the full form of ipc?
What are the various schemes available in ipc?
Explain how do you execute one program from within another?
What are two different models of ipc differentiate both?
Explain about daemon?
Explain what are the system calls used for process management?
What is i-node numbers?
Explain linking across directories?
What is ipc in unix?
What is fork()?
How to get or set an environment variable from a program?
Which ipc is faster?
Please describe the initial process sequence while the system boots up?
Tell me set-user-id is related to (in unix)?