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

How to write the program on full-duplex communication on biderctional(e.g using two pipes)

2 Answers   Infosys,


Please describe the initial process sequence while the system boots up?

0 Answers  


Linking across directories?

2 Answers  


What are the system calls used for process management?

3 Answers  


Explain fork() system call?

12 Answers   ASAS, IBM,






What is semaphone?

5 Answers   HCL,


How do you execute one program from within another?

4 Answers  


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

1 Answers   Fibcom, HCL,


Explain how do you execute one program from within another?

0 Answers  


Tell me set-user-id is related to (in unix)?

0 Answers  


What is daemon?

0 Answers  


What is Inode.

2 Answers   HCL,


Categories