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.
Nov 04, 20241 min read
holds information about the processes that are currently handled by the OS.