Added Process Management definition and resources (#1182)

* Update 102-process-management.md

* Update content/roadmaps/101-backend/content/102-os-general-knowledge/102-process-management.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Marcela Pedrini Duarte
2022-03-14 11:06:49 -04:00
committed by GitHub
parent 9c4ccf27dc
commit 370e343b91

View File

@ -1 +1,7 @@
# Process Management
Process management involves various tasks like creation, scheduling, termination of processes, and a deadlock. Process is a program that is under execution, which is an important part of modern-day operating systems. The OS must allocate resources that enable processes to share and exchange information. It also protects the resources of each process from other methods and allows synchronization among processes.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://medium.com/@akhandmishra/operating-system-process-and-process-management-108d83e8ce60'>Operating System: Process and Process Management</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/process-management-pcb.html'>Process Management in OS: PCB in Operating System</BadgeLink>