Answer & Explanation:
a. Increase Available (new resources added): This will not cause any issue and changes will executed safely provided its already in the safe state.
b. Decrease Available (resource permanently removed from the system): The system will assumed there was a certain number of resources available and removing it permanently could lead to issue and deadlock.
c. Increase Max for one process (the process needs more resources
than allowed, it may want more): This could have an effect on
the system and introduce the possibility of deadlock.
d. Decrease Max for one process (the process decides it does not need
that many resources): This could safely be changed without any
issue or deadlock.
e. Increase the number of processes: This could be allowed assuming
that resources were allocated to the new processes such that the system does not leave it safe state.
f. Decrease the number of processes: This could safely be changed without any issue.