HW10
COP-3402
- What is a process?
- Which system call creates a new process?
- Are all open files or only standard I/O files duplicated from the parent process when a new process is created?
- After a new process is created, how can a program determine whether it is the parent or the child process?
- What system call can change what program a process is running?
- What does the system call in #5 return if the system call is successful?