Recent posts

Operating System - Processes in General

3 minute read

A process is a program in execution. A process has more than program code. It has the following components. Text section Stack Data selection Heap

Operating System - Processes in Linux

4 minute read

In general process is a program in execution. When a system boots up many processes are started which are unknown to user. One of those processes can be to c...