Unix IPC Question:
What is the condition required for dead lock in Unix system?

Answer:
deadlock occurs because of
1.no preembtion
2.circular waiting i.e.. when A process is waiting for the
resources which are held by the procees B,which is waiting
for the resources engaged by process A.
1.no preembtion
2.circular waiting i.e.. when A process is waiting for the
resources which are held by the procees B,which is waiting
for the resources engaged by process A.
Previous Question | Next Question |
Tell me set-user-id is related to (in unix)? | What is i-node numbers? |