Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 do you execute one program from within another?

4 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


Max relax-able permission value with out giving write permission to others?

0 Answers  


Explain the initial process sequence while the system boots up?

0 Answers  


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

0 Answers  


Explain how do you execute one program from within another?

0 Answers  


How to write the program on full-duplex communication on bidirectional?

0 Answers  


What is ln(linking)?

0 Answers  


Explain what are the system calls used for process management?

0 Answers  


What is unix ipc?

0 Answers  


What Happens when you execute a command?

3 Answers  


Explain fork() system call?

12 Answers   ASAS, IBM,


Categories