Defining Task (Process) Structure in Linux Kernel

47
A computer process is a running instance of a program, including all variables and other states, or simply it’s defined as a program in execution. Now we will see how this task or process is implemented in Linux kernel. The description of the characteristics of a process is given in the structure task_struct.

Link: OS Weekly