Process Identifier (PID)
• Used by Kernel and User to reference a process
New process (child) is cloned from an existing process (parents).
• fork
• Inherits properties of the parent
– Extends in OOP
• Implies that the new process will execute in the resource environment of the parent.
– Address space – Permissions etc.