October 2, 201114 yr Hello, I'm Dirk from the Netherlands. I ran into a problem after copying files with Midnight Commander. I copied the files from a Netgear NV+ NAS to Disk1. After copying only the directories can be seen. The files in these directories are hidden. Who can help me?
October 2, 201114 yr sounds like the permissions are out of order If you're using the latest beta there is a permissions button "new Permissions" under the utilities tab If you're running 4.7 you can change to the directory in question and set the permissions by doing chown -R nobody:users * This will set the ownership to the right group for all files in that directory and it's subdirectories and then chmod -R 770 * That would change permissions for all the files to be proper as well,though the 770 may not be needed 660 is probably fine, you'd have to wait for someone who knows better to tell you for sure.
Archived
This topic is now archived and is closed to further replies.