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 |
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
What is the number of the masked code ee@?
2 Answers Accenture, Amazon, Amdocs,
What is YACC?
How can u doing testing in Unix environment ?
How do you execute a UNIX command in the background?
What is Expansion swap?
How do I log into a remote Unix machine(as a root/normal user)?Please specify with command user and argument.
win 3.1 is a
In this command sqlplus -s username/password what is -S and what's the use..???
what is output mkvg pvname
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 FIFO?