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
What is pattern matching in unix?
How to install unix on windows 10?
How would you explain a kernel to a non-technical person?
What is unix structure?
How to perform a system shutdown in unix?
Explain the method of changing file access permission?
How to log out in unix?
Explain the terms links and symbolic links with respect to unix?
Is it possible to see information about a process while it is being executed?
How to get the last word from a line in Unix file?
What are the links and symbolic links in a unix file system?
What is difference between ssh v1 and ssh v2?
How do I show hidden files in unix?
What is meant by the term nohup?
What is the use of grep and egrep in unix?