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 |
how you know the ip address of user system?
Is it possible to count number char, line in a file; if so, How?
How to know the present working directory in unix?
What does cd mean in unix?
What is hardlink and softlink in unix?
What are the advantages and disadvantages of unix operating system?
unix command how to dispaly no of records in oracle?
How to get the last word from a line in Unix file?
Explain about the directory representation in UNIX?
What is a unix shell?
What is unix and its features?
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?