Lines Matching +full:ls +full:- +full:bits
10 acl \- Access Control Lists
14 supported in this release: POSIX-draft ACLs and NFSv4 ACLs.
17 The older, POSIX-draft model is supported by the UFS file system. This model is
25 permission capabilities than the POSIX-draft model.
26 .SS "POSIX-draft ACLs"
27 POSIX-draft ACLs provide an alternative security mechanism to basic UNIX file
31 class bits of a file's mode. ACLs can give additional users and groups access
34 the directory. POSIX-draft ACLs have an ACL entry called \fBmask\fR. The mask
41 The POSIX-draft ACL model uses the standard \fBrwx\fR model of traditional UNIX
57 or three colon-separated(\fB:\fR) fields.
101 user:joe:rw-
108 provide a much richer ACL model than POSIX-draft ACLs.
111 The major differences between NFSv4 and POSIX-draft ACLs are as follows:
159 checked. With POSIX-draft ACLs the file system reorders ACL entries into a well
164 POSIX-draft ACL semantics can be achieved with NFSv4 ACLs. However, only some
165 NFSv4 ACLs can be translated to equivalent POSIX-draft ACLs.
172 letters or the hyphen (\fB-\fR) to identify no permissions.
268 The ability to read basic attributes (non-ACLs) of a file. Basic attributes are
270 that the entity can execute \fBls\fR(1) and \fBstat\fR(2).
415 \fB\fB-\fR\fR
498 arguments similar to the \fBls -V\fR format. The hyphen (\fB-\fR), which
512 user:fred:rw------R------:file_inherit:allow
519 Or you can remove the \fB-\fR and scrunch it together.
536 user:fred:rwR:f------:allow
541 .SS "Shell-level API"
551 of ACLs. This is achieved by extending the symbolic-mode argument to support
571 By default, \fBcp\fR ignores ACLs, unless the \fB-p\fR option is specified.
572 When \fB-p\fR is specified the owner and group id, permission modes,
583 ACLs are preserved when the \fB-P\fR option is specified.
592 Find locates files with ACLs when the \fB-acl\fR flag is specified.
598 \fB\fBls\fR\fR
601 By default \fBls\fR does not display ACL information. When the \fB-v\fR option
643 ACLs are preserved when the \fB-p\fR option is specified.
656 .SS "Application-level API"
659 support both POSIX-draft ACLs and NFSv4 ACLs.
699 \fBacl_set\fR(3SEC) function translates a POSIX-draft ACL into a NFSv4 ACL when
701 trying to set an NFSv4 ACL on a POSIX-draft ACL supported file system.
807 printf("file %s has a NON-trivial ACL\en", file);