fork in unix ?

Answers were Sorted based on User's Feedback



fork in unix ?..

Answer / biswajit

to create new process

Is This Answer Correct ?    9 Yes 0 No

fork in unix ?..

Answer / guest

system call used to create process

Is This Answer Correct ?    2 Yes 0 No

fork in unix ?..

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

fork in unix ?..

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

Post New Answer

More Unix Commands Interview Questions

How we will execute previous command in vi editor?

8 Answers   Infosys,


What is the output of : $ ps-e $ ps-a commands

5 Answers   IBM,


in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?

6 Answers  


Give the command for finding the current date.

0 Answers  


how to find the 51th record of a file containing 100 records in unix.

12 Answers   IBM,






What is awk used for?

0 Answers  


What is used to type command?

0 Answers  


Can a process kill itself in UNIX/or in its various versions?

2 Answers  


Why is shebang used?

0 Answers  


What is awk good for?

0 Answers  


What is the use of tee command?

0 Answers  


What does pipe () return?

0 Answers  


Categories