fork in unix ?
Answers were Sorted based on User's Feedback
Answer / navraj rana
it is used to create a child process for a parent process the pid of the child process is sent to the parent process
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ladmin
It create a child process for a parent process. Resulting the system in hang mode,which is an endless loop of process.
| Is This Answer Correct ? | 0 Yes | 0 No |
in UNIX,How to copy file into directory?
How many unix commands are there?
How to know a process is a zombie or orphan process?
what are the different commands used to view the contents of a file?
If JFS file system is 100% full how we can increase the file system ?
What is clustering in HP and how it's work?
What is shrinking file system in AIX where it actually resides?
how to find the 51th record of a file containing 100 records in unix.
What is the use of the command 'ls -x chapter[1-5]' ?
when we installing aix os the ssh installed default?
what is the command to list files in a directory in UNIX?
what is the difference between pipe(|) and tee command..