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

Will rm -r* removes hidden files?

10 Answers  


What is the command to compare two files in unix?

0 Answers  


Give Command that will change the name of a directly from paypal to eBay

3 Answers   Alcatel, IBM,


Which command is used to delete all files in the current directory and all its sub-directories?

0 Answers  


why unix commands can be divided into internal and external commands?

3 Answers   Informatica,


How to see unused port number in Solaris?

2 Answers   HCL,


Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance

3 Answers   TCS,


What is awk good for?

0 Answers  


What does grep v grep do?

0 Answers  


what is the default permission for /etc/shadow file in UNIX

2 Answers   Wipro,


Explain iostat, vmstat and netstat.

3 Answers   CTS, Wipro,


How to create hardlinks and softlinks on files?

2 Answers  


Categories