Abstract


Terminologies


Core Image

Child Process

  • Has the same UID as its parent

Process State

  1. Running
  2. Ready to Run - Could be running but CPU gave processing power to some other Process (进程)
  3. Block - Process is waiting for some other things like I/O to finish working (eg. waiting for file to be read)

Process Resources