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>pull/1161/head^2
parent
9c4ccf27dc
commit
370e343b91
1 changed files with 6 additions and 0 deletions
@ -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> |
||||
|
Loading…
Reference in new issue