Project 1 -- Yalnix Shell - Andrew.cmu.edu

10 Process Creation ... Use the POSIX/Solaris API to system functions to manage
process and sessions as well as use signals and pipes for inter-process
communication. ..... He or she will test your code to determine its completeness
and correctness. .... The fork returns the PID of the child to the parent and 0 to the
child.

Part of the document