I opened terminal in the Users folder and ran that command on the one I wanted to copy. We'll see what happens!
Yeah... no change. Folder is still blocked. Is there a parameter I need to add to make it read/write?
EDIT: I tried sudo chmod -R ugo+rw as well. No joy.
Try that
sudo chmod a+rwx -R [FOLDER]
or
sudo chmod o+rwx -R [FOLDER]
I told you this would be fun. I'm using the Guest folder as a test case and none of these have worked. :-)
ls -la /Path/To/Users
'/Path/To/Users' only, not '/Path/To/Users/[USERNAME]'.
Copy and paste the result here.
(post is archived)