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 default permissions for others in a file?
What are the processes that are not bothered by the swapper? Give Reason.
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
In detail elaborate the system? What is driver?
what is mean by kernal?
In this command sqlplus -s username/password what is -S and what's the use..???
What does iostat do?
What is a Region?
why do you need to have a swap file system?
What does the ?route? command do?
interprocess command in unix be achieved by a)pipes b)messages c)semaphores d)shared memory e)all
What are the read or write or execute bits on a directory mean?