Skip to content

Opening book details…

About this document

Overview of Process Management in OS by Sujal Bhavsar is a document available to read on EtoBox.

The document discusses processes and process management. It defines a process as a program under execution. Processes can be in various states like new, ready, running, waiting, and terminated. The operating system maintains information about each process in a process control block (PCB) which stores details like process ID, state, program counter, memory allocation, and more. Multiple processes can run concurrently and communicate through interprocess communication (IPC).

Author
Sujal Bhavsar
Language
EN