adspace


Explain the process control block of UNIX ?

Answer Posted / Swati Ronkali

The Process Control Block (PCB) in UNIX is a data structure that stores information about active processes managed by the operating system. It contains essential details about the process, such as its Program Counter (PC), CPU registers, memory management information, I/O status, account and scheduling information, and the parent-child relationship with other processes. The PCB allows the OS to keep track of the state of each active process, manage resource allocation, switch between processes efficiently, and handle process termination or suspension.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What items of information about a task might be useful in real time scheduling?

4553