Answer Posted / jeetendra
fork system calls creates new process from existing one.new process are called child process. code of parent process is copied to child process in new memory location.these child process can handle many process.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is the condition required for dead lock in unix system?
Which ipc is the fastest in unix?
What is fork()?
What are two different models of ipc differentiate both?
How to get or set an environment variable from a program?
Tell me set-user-id is related to (in unix)?
Please describe the initial process sequence while the system boots up?
Max relax-able permission value with out giving write permission to others?
What is i-node numbers?
Explain about daemon?
Please explain fork() system call?
What are the various schemes available?
What is ipc port?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain a zombie?