Suppose you have a scheduling chain where the process 1 is
a predecessor of the process 2 and both of them are
scheduled every Monday at 8.00pm. Will I find execution log
of process 1 every Tuesday morning? And what about the
other one? Why?



Suppose you have a scheduling chain where the process 1 is a predecessor of the process 2 and both..

Answer / pradeep84in

Yes you can find the execution log till it's current state.
As process 2 depends on process 1, so if process 1 is
completed then we can see the execution log till it's current
state for process 2.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Unix General Interview Questions

What is page fault? Its types?

0 Answers  


What is regular file in unix?

0 Answers  


Describe file systems in unix?

0 Answers  


Name the key features of the korn shell.

0 Answers  


Assume that there are two different filesystems as /abc and /xyz. There is a file A under filesystem /abc which has to be linked to filesystem /xyz. Which link will you use - soft link or hard link? why?

1 Answers   Accenture,






Who developed unix operating system?

0 Answers  


What is awk sed unix?

0 Answers  


Why does the server parent need to close the connected socket returns from accept in a concurrent TCP server? What may happen if it does not do so?

1 Answers  


how do you move a backgrounnd job to forward?

3 Answers   Cap Gemini,


Is unix a coding language?

0 Answers  


Is mac unix like?

0 Answers  


What does the swapping system do if it identifies the illegal page for swapping?

0 Answers  


Categories