sudo chmod 755 -R [folder]
I opened terminal in the Users folder and ran that command on the one I wanted to copy. We'll see what happens!
chmod should be enough, though macOS uses some special attributes to lock/hide folders.
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]
(post is archived)