Linux Kernel Design Philosophy: Part Four – Process Management (1)
Processes, Process Descriptors, and Task Structures What are Processes and Process Descriptors A process is a program in execution, but it is not limited to just a segment of executable code (also known as the text section); it also includes other resources such as open files, pending signals, internal kernel data, processor state, address space, … Read more