UP | HOME

HW10
COP-3402

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

Author: Paul Gazzillo

Created: 2025-02-10 Mon 01:02

Validate