Lines Matching +full:group +full:- +full:default
1 .\"-
53 .Bl -tag -width indent
65 from the file mode - the three mandatory entries in case
70 .Dq Li group
73 .Dq Li group
78 The operations apply to the default ACL entries instead of
81 default ACL's.
93 Delete any default ACL entries on the specified files.
96 any default ACL entries.
98 the specified files cannot have a default entry (i.e.,
99 non-directories).
134 This is the default.
143 from the access or default ACL of the specified files.
150 from the access or default ACL of the specified files.
154 on the command-line.
156 A POSIX.1E ACL entry contains three colon-separated fields:
159 .Bl -tag -width indent
168 .Dq Li group
171 specifying the access granted to the file owning group
172 or a specified group;
177 granted to any process that does not match any user or group
189 The ACL qualifier field describes the user or group associated with
192 user name, gid or group name, or empty.
198 .Dq Li group
200 file owning group.
216 .Ql -
223 the default
225 .Dq Li group ,
240 .Dq Li group
246 entry is substituted for the group bits; this occurs in programs such
252 changes applied to the group bits will actually be applied to the
257 of the additional user and group entries; this occurs in programs
273 ACL entries, file owning group,
274 .Dq Li group
284 This is accomplished through the use of the default ACL.
285 It should be noted that before you can specify a default ACL, the mandatory
286 ACL entries for user, group, other and mask must be set.
288 Default ACLs can be created by using
291 An NFSv4 ACL entry contains four or five colon-separated fields: an ACL tag,
295 .Dq Li group
297 .Bl -tag -width indent
306 .Dq Li group
309 specifying the access granted to the specified group;
312 .Dq Li group@
313 specifying the access granted to the file owning group;
320 - it means,
321 literally, everyone, including file owner and owning group.
323 The ACL qualifier field describes the user or group associated with
326 user name, or gid or group name.
329 .Dq Li group@ ,
340 .Bl -tag -width ".Dv modify_set"
374 .Bl -tag -width ".Dv modify_set"
393 .Bl -tag -width ".Dv short"
434 .Ex -std
436 .Dl setfacl -d -m u::rwx,g::rx,o::rx,mask::rwx dir
437 .Dl setfacl -d -m g:admins:rwx dir
439 The first command sets the mandatory elements of the POSIX.1e default ACL.
440 The second command specifies that users in group admins can have read, write, and execute
443 inherit these default ACLs upon creation.
445 .Dl setfacl -m u::rwx,g:mail:rw file
449 owner's POSIX.1e ACL entry and read and write permissions for group mail on
452 .Dl setfacl -m owner@:rwxp::allow,g:mail:rwp::allow file
456 .Dl setfacl -M file1 file2
463 .Dl setfacl -x g:mail:rw file
465 Remove the group mail POSIX.1e ACL entry containing read/write permissions
469 .Dl setfacl -x0 file
474 .Dl setfacl -bn file
481 .Dl getfacl file1 | setfacl -b -n -M - file2
509 .An -nosplit