Lines Matching +full:rx +full:- +full:input +full:- +full:m
1 .\"-
38 .Op Fl m Ar entries
39 .Op Fl M Ar file
50 the file names are taken from the standard input.
53 .Bl -tag -width indent
65 from the file mode - the three mandatory entries in case
99 non-directories).
105 .It Fl m Ar entries
116 .It Fl M Ar file
125 the input is taken from stdin.
154 on the command-line.
156 A POSIX.1E ACL entry contains three colon-separated fields:
159 .Bl -tag -width indent
181 .Ql m
216 .Ql -
262 .Fl M
291 An NFSv4 ACL entry contains four or five colon-separated fields: an ACL tag,
297 .Bl -tag -width indent
320 - it means,
340 .Bl -tag -width ".Dv modify_set"
374 .Bl -tag -width ".Dv modify_set"
393 .Bl -tag -width ".Dv short"
417 .Fl M
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
445 .Dl setfacl -m u::rwx,g:mail:rw file
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
469 .Dl setfacl -x0 file
474 .Dl setfacl -bn file
481 .Dl getfacl file1 | setfacl -b -n -M - file2
509 .An -nosplit