Process Creation

new processes are created via fork()

the children inherit most of the parent process' properties, such as open file descriptors, or the signal mask