Files copied to shared folder do not inherit permissions

aland

I have a shared directory with the Guest account having Read & execute, Read, List contents permissions. I can access files over the network (e.g. on my tablet or laptop) without issue. However, my downloads go into a temp directory and when completed are moved to my shared directory. The files are then visible over the network but cannot be accessed (read) until I manually add the Guest user permissions on the file or re-apply the permissions on the top level.

If I understand - Why are file permissions retained when moving files within the same volume? - the issue must be that my temp directory is applying permissions to the files, and these permissions are being copied to the shared directory rather than inheriting.

How can I remove all special permissions from the temp directory, or otherwise - how can I force files copied into a shared directory to inherit the permissions?

E:\>icacls _temp
  _temp BUILTIN\Administrators:(I)(F)
  BUILTIN\Administrators:(I)(OI)(CI)(IO)(F)
  NT AUTHORITY\SYSTEM:(I)(F)
  NT AUTHORITY\SYSTEM:(I)(OI)(CI)(IO)(F)
  NT AUTHORITY\Authenticated Users:(I)(M)
  NT AUTHORITY\Authenticated Users:(I)(OI)(CI)(IO)(M)
  BUILTIN\Users:(I)(RX)
  BUILTIN\Users:(I)(OI)(CI)(IO)(GR,GE)
surfasb

You could just apply Guest permissions to the Temp folder.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Virtualbox shared folder permissions

From Dev

How do I set permissions on a network-shared folder?

From Dev

How do I set permissions on a network-shared folder?

From Dev

Setting folder and files permissions

From Dev

Giving files copied to directory the same permissions as the directory

From Dev

Does Windows copy file permissions with copied files?

From Dev

Getting new files to inherit group permissions on Linux

From Dev

How do I only copy files to a destination that exist in the folder from the source, everything else should not be copied

From Dev

Files in home folder get copied to desktop

From Dev

Files inside folder change their permissions

From Dev

This location could not be displayed. You do not have the permissions necessary to view the contents of"Shared_Folder"

From Dev

This location could not be displayed. You do not have the permissions necessary to view the contents of"Shared_Folder"

From Dev

How do I set the Apache2 DocumentRoot to a "vboxsf" VirtualBox Shared Folder? (permissions issue?)

From Dev

Change group permissions on linux shared folder

From Dev

Strategy for File System Permissions On KVM Shared Folder

From Dev

Learning about File Permissions with a shared group folder

From Dev

new folder doesn't inherit permissions windows server 2008

From Dev

How to make new files inherit permissions of parent directory in macOS?

From Dev

Google Drive revoke permissions on shared files

From Java

How do I change permissions for a folder and all of its subfolders and files in one step in Linux?

From Dev

Permissions of files shared via VirtualBox Shared Folders are not shown correctly in VM

From Dev

Copy files without losing file/folder permissions

From Dev

write permissions on files and folder outside document root

From Dev

Copy files without losing file/folder permissions

From Dev

elfinder create files/folder with certain permissions?

From Dev

How can I prevent a new folder inherit parent folder permissions by default?

From Dev

Files copied from raw folder can't be get opened

From Dev

Why the copied folder contains more files than the original?

From Dev

Ubuntu Linux server - set file permissions for VirtualBox shared folder

Related Related

  1. 1

    Virtualbox shared folder permissions

  2. 2

    How do I set permissions on a network-shared folder?

  3. 3

    How do I set permissions on a network-shared folder?

  4. 4

    Setting folder and files permissions

  5. 5

    Giving files copied to directory the same permissions as the directory

  6. 6

    Does Windows copy file permissions with copied files?

  7. 7

    Getting new files to inherit group permissions on Linux

  8. 8

    How do I only copy files to a destination that exist in the folder from the source, everything else should not be copied

  9. 9

    Files in home folder get copied to desktop

  10. 10

    Files inside folder change their permissions

  11. 11

    This location could not be displayed. You do not have the permissions necessary to view the contents of"Shared_Folder"

  12. 12

    This location could not be displayed. You do not have the permissions necessary to view the contents of"Shared_Folder"

  13. 13

    How do I set the Apache2 DocumentRoot to a "vboxsf" VirtualBox Shared Folder? (permissions issue?)

  14. 14

    Change group permissions on linux shared folder

  15. 15

    Strategy for File System Permissions On KVM Shared Folder

  16. 16

    Learning about File Permissions with a shared group folder

  17. 17

    new folder doesn't inherit permissions windows server 2008

  18. 18

    How to make new files inherit permissions of parent directory in macOS?

  19. 19

    Google Drive revoke permissions on shared files

  20. 20

    How do I change permissions for a folder and all of its subfolders and files in one step in Linux?

  21. 21

    Permissions of files shared via VirtualBox Shared Folders are not shown correctly in VM

  22. 22

    Copy files without losing file/folder permissions

  23. 23

    write permissions on files and folder outside document root

  24. 24

    Copy files without losing file/folder permissions

  25. 25

    elfinder create files/folder with certain permissions?

  26. 26

    How can I prevent a new folder inherit parent folder permissions by default?

  27. 27

    Files copied from raw folder can't be get opened

  28. 28

    Why the copied folder contains more files than the original?

  29. 29

    Ubuntu Linux server - set file permissions for VirtualBox shared folder

HotTag

Archive