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 |
how to check GDE,EME,Java,Oracle9i Enterprise Edition Release versions Versions on unix system
What UNIX command will control the default file permissions when files are created?
What is INODE?
What are the processes that are not bothered by the swapper? Give Reason.
What is mutex?
What is a FIFO?
What is a level 0 backup?
Give two UNIX kernel parameters that effect an Oracle install
What is virtual memory?
what is the name os the first os and tell me the year when it was discovered
which is the best book for learning unix and linux?
How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.