UP | HOME

HW10
COP-3402

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

Author: Paul Gazzillo and Brent Pappas (originally authored by Paul Gazillo)

Created: 2026-07-12 Sun 08:04

Validate