fork
of anotherfork
system call can be called from a thread to
create a new processfork
sees the process ID of the
child as a return valueexec
can be used to cause a process to begin running a
new programfork
creates a copied processexec
can be used to cause only the child to run a new
programkill
can be used to send a signal to a specified
process