what is the condition required for dead lock in unix sustem ?
Answer Posted / kumar
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.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What are two different models of ipc differentiate both?
Explain a zombie?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Which ipc is faster?
Explain about daemon?
Tell me set-user-id is related to (in unix)?
What is ipc port?
What are the various schemes available?
Please explain fork() system call?
What is the full form of ipc?
What is unix ipc?
What is the very first process created by kernel?
Explain the initial process sequence while the system boots up?
What is i-node numbers?
How to get or set an environment variable from a program?