I have learned a little about Unsafe State and Safe State.
Safe State is when there is no chance of deadlock occuring, while unsafe state doesn't mean a deadlock has occurred yet, but means that a deadlock could happen.
What I'm trying to figure out is if a system is in an UNSAFE state, can it ever return to a safe state?
Thanks for your time!
Safe state in OS is state in which all resources of system are well managed, All resources not assigned to one request,There shouldn't be circular demand of resources in your system. Simple is this that there shouldn't be dead lock. When system resources are distributed according to demanded resources there are enough free resources which can feed next process's resource demand