Shared memory fastest way of Inter process communication.Last Blog Review → In the last blog we understood, what is inter-process communication, why inter-process communication. Some real-time examples of it. Today’s Agenda → Understanding why shared memory process is important What is Shared memory Shared...Jan 3, 2026·2 min read
Scheduling priorities of the processLast Blog Review → In the last blog we understood, advantage of process tree. Trace resource-heavy subprocesses Identify orphaned or zombie processes Debug services with many worker threads (Apache, Nginx, MySQL, etc.) See scripts spawning other ...Nov 16, 2025·2 min read
Displaying process in simplest manner "Tree format"Last Blog Review → In the last blog we understood, how we can list the process using various ways which are highly important when working on a terminal to know how consumption of the CPU. Tree format of process What is tree format A process tree di...Nov 9, 2025·3 min read
Different Techniques for Process ListingLast Blog Review → In the last blog we understood, why Listing and monitoring a process is important and different arguments of ps command to list and display the process status. Listing processes run by a user We can know which process are ran by a ...Nov 2, 2025·2 min read
Monitoring and Listing ProcessLast Blog Review → In the last blog we understood, termination killall command, pkill command and the difference between kill, killall, pkill command to terminate a process. Importance of Listing and monitoring a process When we run applications on a...Oct 26, 2025·3 min read
Various ways of process terminationLast Blog Review → In the last blog we understood, multiple process states, what it means to terminate a process. KILL command and how to use a KILL command to terminate a process. Other ways to terminate a process killall command In kill command w...Oct 19, 2025·3 min read
Process States and Kill commandLast Blog Review → In the last blog we understood, what is process management, parent process, forking, example of it and command for knowing the process id. Process States → Running - In this state the process is in running state or ready to run W...Oct 12, 2025·2 min read