From this linked post (answered by @dmourati
):
How can I make a user and give read only access?
On a CentOS box
When attempting to create a readonly account, the command
chmod -R o+rx /
was executed under the root user.
A bunch of "Operation not Permitted" errors popped up before the command was quickly halted with
^C
Since this event the box is still operational (applications still work), but we can no longer SSH via PuTTY or WinSCP. I am thinking the SSH service was halted or broken. I am a novice Linux user, but it looks like the permissions were attempted to changed for the root user at the top directory.
We were thinking of rebooting the box on-site, but are concerned the box wouldn't come back up at all (applications still work right now) if we did.
Is there another approach that should be taken to reverse the action taken? Thank you for any guidance here. It is greatly appreciated.