fork()?

Answers were Sorted based on User's Feedback



fork()?..

Answer / chandra shekhar

fork is an API(application programming interface) function
to create child process. The child process created is a new
process with new process id and executs instruction next to
fork. fork returns non zero to parent and zero to child.It
share file if file is already open(like stdin ,stdout etc..).

Is This Answer Correct ?    8 Yes 0 No

fork()?..

Answer / satishattla

fork means instance of particular thing

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Unix AllOther Interview Questions

If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?

2 Answers   TCS,


What does mknod do? What?s a named pipe?

1 Answers   Datamatics,


What is file constructing in UNIX/AIX ?

2 Answers   IBM, TCS,


What is ant_build.sh? Have u seen that file?

0 Answers   BMC,


How to recover a system whose root password has lost?

5 Answers   SoftNet,






What is the main advantage of creating links to a file instead of copies of the file?

5 Answers   Cisco, ING,


Telnet sometimes doesn't permit root logons,how will you then change a file writable only by root on a remote host?

1 Answers  


How many VI editor modes do you know?

8 Answers   Infosys,


What is the difference between > and >> operators?

6 Answers  


How does the inode map to data block of a file?

3 Answers  


What does init do? What does inetd do?

1 Answers  


What is paging?

2 Answers   BMC,


Categories