Answer Posted / deep
fork() system call are used in unix for making child process.
whenever parent procces call fork()system call it create
child process and copy the sorce code of parent process in
child process and return the p_id of child process and
creating child process return itself is zero.
| Is This Answer Correct ? | 19 Yes | 7 No |
Post New Answer View All Answers
Explain about daemon?
Explain the initial process sequence while the system boots up?
What is ipc port?
Max relax-able permission value with out giving write permission to others?
How to get or set an environment variable from a program?
What are the various schemes available?
Explain a zombie?
What are the various schemes available in ipc?
Explain the system calls used for process management?
Explain linking across directories?
Explain what is the process id for kernel process?
Explain the advantage of executing a process in background?
What is fork()?
Please explain fork() system call?
Explain how do you execute one program from within another?