In this session we have written C program that will create a child process using fork() function. Except that we also get to know about retrieving process id of the parent program and itself. How fork work is explained deeply in this session using the details available at /proc/[PID] folder.