Listening...


Fork system call


Fork system call used to create new process in Linux and Unix system, which is the child process of calling process. 

It written as fork()

Three value are returned by fork() 

1- Negative : Creation of a child process was unsuccessful. 

2- Zero : Returned to newly created child process 

3- Positive : Creation of a child process was successful and the value contain Process ID