CS 149: Project 1

What impact would this new technology have on the boot-up process for a
computer ? [2 pts] ...... This lab really concerns process creation via the FORK
command. .... In the parent, a successful fork returns the process identifier (PID) of
the new child. .... showing that the program performs correctly for various test
conditions.

Part of the document