Destination Folder Access Denied

The files are still owned by root. They should be owned either by the user who ‘owns’ them, or by ‘nobody’, a special user used by the file permissions system.

The output of the ls command is explained nicely here:

Did you use the command:

chown -R nobody:share [file_path]

What folders are those you have listed? (i.e. what is the path, aka directory name?)

1 Like