fork()?
Answers were Sorted based on User's Feedback
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 |
What is the number of the masked code ee@?
2 Answers Accenture, Amazon, Amdocs,
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?
which is the best book for learning unix and linux?
What is the difference between grep & find?
What are the main differences between Apache 1.x and 2.x?
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
What do you mean by u-area (user area) or u-block?
how can we create the script in crontab at mid night on sunday,satuarday,fiday 0n monyh october,november,january? please give me answer if anybody knows ? because on important purpose.
What does init do? What does inetd do?
What is file constructing in UNIX/AIX ?
HOW DO CREATE A NFS FILE SYSTEM
Explain about Inodes?