Explain fork() system call?

Answers were Sorted based on User's Feedback



Explain fork() system call?..

Answer / haritha

Fork is a funciton used to duplicate a process. The newly
created process is called "child process" and the
original one is called "parent process". The two processes
will differ only in PID (Process ID).

Is This Answer Correct ?    0 Yes 0 No

Explain fork() system call?..

Answer / 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

More Unix IPC Interview Questions

Linking across directories?

2 Answers  


Please explain fork() system call?

0 Answers  


What are the system calls used for process management?

3 Answers  


How do you execute one program from within another?

4 Answers  


What is fork()?

0 Answers  






What is i-node numbers?

0 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


How to know whether the message queue is empty or not.

1 Answers   Fibcom, HCL,


How can a parent and child process communicate?

3 Answers   TCS,


What is the very first process created by kernel?

0 Answers  


What is semaphone?

5 Answers   HCL,


what about the initial process sequence while the system boots up?

1 Answers  


Categories