Answer Posted / jitendra patil
fork() system call are used in unix for making child
process.
The child process copy the source code of
the parent process and assaign new memory address.
| Is This Answer Correct ? | 9 Yes | 14 No |
Post New Answer View All Answers
What is the very first process created by kernel?
Max relax-able permission value with out giving write permission to others?
Explain how do you execute one program from within another?
What are two different models of ipc differentiate both?
Please describe the initial process sequence while the system boots up?
Explain what is the process id for kernel process?
What is ipc port?
Explain a zombie?
Explain linking across directories?
What are the various schemes available?
Explain about daemon?
Please explain fork() system call?
How to get or set an environment variable from a program?
What is the condition required for dead lock in unix system?
Which ipc is the fastest in unix?