• execve—execute new process from a file
• Overlay will get parameters from memory address
space of parent
• exit—terminates and returns info back to parent
• Implies that if parent exits so must all children
• Implies that process priority of parent is inherited by child