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 grep|sort give example?

0 Answers  


How is unix different from other operating system?

0 Answers  


Explain how do you create special files like named pipes and device files?

0 Answers  


Is mac terminal unix?

0 Answers  


1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second specific time to execute the job. like 10 10 * * * sleep 40&&ps -l>/dev/pts/1 It will execute at 10:10:40 AM but do not know how to execute 15 second,30 second so on at 10:10 am.

3 Answers   Qwest,






Name the data structure used to maintain file identification?

0 Answers  


Explain file system in unix.

0 Answers  


What is Process id in unix?

0 Answers  


What is difference between SSH V1 and SSH V2? What are drawbacks of SSH V2?

1 Answers   Wipro,


How do I grep multiple patterns in unix?

0 Answers  


Which unix shell is best?

0 Answers  


What is the difference between soft link and hard link in Unix operating system ?

0 Answers   MCN Solutions,


Categories