Answer Posted / priyanka sial
Fork() system is used to create processes. it takes no
argument and returns a process ID.
The purpose of fork is to create a new process which
becomes the child process of caller. After a new child
process is created, both processes will execute the next
instruction following the fork system call.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is fork()?
What are two different models of ipc differentiate both?
Please describe the initial process sequence while the system boots up?
Explain how do you execute one program from within another?
Max relax-able permission value with out giving write permission to others?
What is the very first process created by kernel?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What are the various schemes available in ipc?
Explain the initial process sequence while the system boots up?
What is ipc in unix?
How to write the program on full-duplex communication on bidirectional?
Tell me set-user-id is related to (in unix)?
Explain what are the system calls used for process management?
Explain what is the process id for kernel process?
What is the full form of ipc?