Cs-Web

View on GitHub

Operations on process

opInProcess

A child process obtainits resources -> OS -> parent process

Case study: UNIX OS

  1. successful

Zero: Returned to the newly created child process

Positive value: Returned to parent or caller. The value contains process ID of newly creaeted child process.

  1. Unsuccessful

Negative value: creation of a child process was unsuccessful