Kernel Process Table

Properties


name
Kernel Process Table
definition
A data structure in the kernel which is a table containing all of the information that must be saved when the CPU switches from running one process to another in a multitasking system. It allows the operating system to track all the process's execution status, and contains the For every process managed by the kernel, there is a process control block (PCB) in the process table.
defined by
https://encyclopedia2.thefreedictionary.com/process+table
see also
http://dbpedia.org/resource/Process_(computing)
see also
https://www.geeksforgeeks.org/process-table-and-process-control-block-pcb/

Neighbors


Inferred Relationships

This page is experimental and may change significantly in future releases.

Hierarchy

(filtered)

Related Countermeasure Techniques

No related defensive techniques in this release.

Related Weaknesses

Related Offensive Techniques