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?
Answer Posted / 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 View All Answers
Explain how do we change file access permissions?
What is the explanation for protection fault?
What is a filter in unix? Give an example.
How to display n-th line of a file in Unix?
What is umask in unix?
Is it possible to create new a file system in UNIX?
Why is it that it is not advisable to use root as the default login?
Which unix shell is best?
How do I grep multiple patterns in unix?
What is unix file?
Is unix multiuser?
How the Kernel handles the copy on write bit of a page, when the bit is set?
What is regular file in unix?
What is unix structure?
How to give execute permission for a file in unix?