fork() -- forks the process, returning the process id of the child in the parent, and returning 0 in the child.