Guides 11791 Published by

OSWeekly.com has posted a new article: Defining Task (Process) Structure in Linux Kernel



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.
Defining Task (Process) Structure in Linux Kernel