💻 Software
Setting differing ACLs on directories and files
Fresh5 days ago
Mar 15, 202635453 viewsConfidence Score0%
0%
Problem
I want to set up default permissions for a file share so that everyone can all of the directories and so that all newly created files are . Everyone who is accessing this share is in the same group, so this isn't a concern. I have looked at doing this via ACLs without changing all of the users' uma…
Error Output
setfacl -Rdm g:mygroup:rwx share_name setfacl -Rm g:mygroup:rwx share_name
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Setting differing ACLs on directories and files
Low Risk
As Gilles points out, default permissions specify the maximum permissions, basically replacing the . So newly created files will be unless the application that created the file asked specially for it to be executable. Note the effective perms above.…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix