diff --git a/content/roadmaps/101-backend/content/102-os-general-knowledge/102-process-management.md b/content/roadmaps/101-backend/content/102-os-general-knowledge/102-process-management.md
index 26ac6ca21..40833c1d9 100644
--- a/content/roadmaps/101-backend/content/102-os-general-knowledge/102-process-management.md
+++ b/content/roadmaps/101-backend/content/102-os-general-knowledge/102-process-management.md
@@ -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.
+
+Free Content
+Operating System: Process and Process Management
+Process Management in OS: PCB in Operating System