I recently noticed that all of the files in my ~/Documents
were somehow incorrectly given executable status. This proved annoying as trying to opening any file gave me a message box saying it was executable. I tried doing a recursive chmod
like:
chmod -R 644 ~/Documents
Unfortunately, this made the whole Documents folder inaccessible. What went wrong?