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 |
The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above
What is a filesystem?
What are the events done by the Kernel after a process is being swapped out from the main memory?
what is output mkvg pvname
What is INODE?
How do you list the files in an UNIX directory while also showing hidden files?
System A can contact system B, but not in reverse, not firewall, not tcp wrappers, what is the reason ?
Could you tell something about the Unix System Kernel?
How can u doing testing in Unix environment ?
How to put a job in background & bring it to foreground?
What is a FIFO?
What is the difference between > and >> operators?