What is Process Control board in UNIX?

Showing Answers 1 - 4 of 4 Answers

Rakesh

  • Sep 13th, 2006
 

I heared about the Process control block. Which will store the Pids od the processes in the system. But Process control board??

Is some thing like that exists??? Not sure!!!

  Was this answer useful?  Yes

parthvora18

  • Aug 20th, 2008
 

Process Control Block in Unix is a data structure which is used to mange Processes.

It contains following:
1. PID
2. Pointer to the next PCB
3. Register Values
4. Priority
5. I/O information
6. Process accounting information.
7. Adress Space.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions