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

List some features of unix.

1 Answers  


Interviewer: Lets say there is a partition of 100GB. When i tried to create a file using touch command, under any directory, it was unable to create the file- '100% full disk space'. I calculated the size of each and every directory on that partition mannually by adding each file size & in came out to be total size 50GB. Then where is the remaining 50GB ? why it is showing disk space 100% full in 'df -h' command?

2 Answers   Infosys,


What is the home directory in unix?

1 Answers  


What are the benefits of running processes in the background?

1 Answers  


Explain what is a fifo?

1 Answers  


How to get the nth word of a line in Unix?

1 Answers  


What unix means?

1 Answers  


What is standard unix streams ?

1 Answers  


How do I find a pattern in unix?

1 Answers  


Is unix multiuser?

1 Answers  


What are the features of unix operating system?

1 Answers  


Is unix a kernel?

1 Answers  


Categories