Answer Posted / suresh babu
fork() is the system call to creat the child process to the
existing process.The child process copy the source code of
the parent process and assaign new memory address.After
fork call both parent and child executes the followed
instruction.fork call returns the pid of child process to
parent and returns 0 to child process.
Is This Answer Correct ? | 40 Yes | 7 No |
Post New Answer View All Answers
How to write the program on full-duplex communication on bidirectional?
Please describe the initial process sequence while the system boots up?
Which ipc is faster?
Explain what are the system calls used for process management?
What are the various schemes available in ipc?
Explain what is the process id for kernel process?
What is ipc port?
What is daemon?
What are two different models of ipc differentiate both?
How to get or set an environment variable from a program?
What is ln(linking)?
Which ipc is the fastest in unix?
Explain the system calls used for process management?
Tell me set-user-id is related to (in unix)?
What are the various schemes available?