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?
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 |
What is directory unix?
Explain what is standard unix streams ?
What is buffer header unix?
How to change the directory in unix?
What is disk block allocation in unix?
Pipes support half duplex communication. But if we want full-duplex communications we should use two pipes between two processes. Is such situation can leads to deadlock? Write two scenarios that could leads to deadlock in such situations?
What are special characters in unix?
Explain piping.
Name the data structure used to maintain file identification?
Is unix still around?
Is windows unix?
What is unix kernel?