Can't change permissions on copied folder from .recycle

bazzacad

Explorer
Joined
May 1, 2019
Messages
53
One of our users copied a folder from their .recycle folder, back onto the network, but now no one else can access this folder.
I've even made root the owner, but root still can't change the permissions.
1564700301867.png


Any suggestions?
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
The recycle module only recycles files (not directories). When the user deletes a file, a subdir tree is built out in their personal recycle bin with permissions of 0700. If they decide to _move_ it out of the recycle bin, the permissions are maintained. `chmod` is disallowed by default on SMB shares, the correct command is `setfacl`. Alternatively, you can take ownership of the directory as a Domain Admin and rewrite the ACL as needed using the windows ACL editor.
 
Top