search for: project_b

Displaying 1 result from an estimated 1 matches for "project_b".

Did you mean: project_a
2014 Oct 23
1
prevent users to change rights ...
...------------ I have one share "projects". In the configured path for the share are different folders, for each project one folder. Each folder gets on creation two ACL's, a default ACL and the GUID bit: - one dedicated read/only group - one dedicated read/write group Example: getfacl Project_B # file: Project_B # owner: root # group: root # flags: -s- user::rwx group::rwx group:Project_B_W:rwx group:Project_B_R:r-x mask::rwx other::--- default:user::rwx default:group::rwx default:group:Project_B_W:rwx default:group:Project_B_R:r-x default:mask::rwx default:other::--- In this groups are...