4,864 views

2 Answers

Best answer
4 votes
4 votes

Recovery through killing processes is the Crudest but simplest way to break a deadlock.

– Kill one of the processes in the deadlock cycle: the other processes get its resources.

– Choose process that can be rerun from the beginning

Hence,Option(D)kill one of the processes.

selected by
2 votes
2 votes
kill one of the processes is simplest way to recover from deadlock . it will automatically release all the occupied resources and leave its claim for any unoccupied resource so ans is D
Answer:

Related questions

3 votes
3 votes
2 answers
1
2 votes
2 votes
1 answer
2
go_editor asked Jul 29, 2016
2,175 views
Which of the following commands would return process_id of sleep command?Sleep 1 and echo $Sleep 1 and echo $#Sleep 1 and echo $*Sleep 1 and echo $!
3 votes
3 votes
1 answer
3
go_editor asked Jul 29, 2016
3,721 views
The directory structure used in Unix file system is calledHierarchical directoryTree structured directoryDirected acrylic graphGraph structured directory