holds information about the processes that are currently handled by the OS.
- process id
- process owner
- process priority
- environment variables for each process
- the parent process
- pointers to the executable machine code of a process.
Sep 13, 20251 min read
holds information about the processes that are currently handled by the OS.