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 recover a system whose root password has lost?
Have you used VI editor?
What is INODE?
Explain iostat, vmstat and netstat.
. 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
How are devices represented in UNIX?
What are the mount and unmount system calls?
From command line how will you add a user account?
What steps are required to perform a bare-metal recovery?
What do you mean by u-area (user area) or u-block?
what is output mkvg pvname
What does the ?route? command do?