* utils.xml (getfacl): Document additional suid/sgid/vtx flag printing.
This commit is contained in:
parent
c7953da22d
commit
e7ee42f33d
@ -1,3 +1,7 @@
|
|||||||
|
2014-08-31 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* utils.xml (getfacl): Document additional suid/sgid/vtx flag printing.
|
||||||
|
|
||||||
2014-08-15 Corinna Vinschen <corinna@vinschen.de>
|
2014-08-15 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* configure.ac: Convert to new AC_INIT style.
|
* configure.ac: Convert to new AC_INIT style.
|
||||||
|
@ -535,14 +535,16 @@ line separates the ACLs for each file.
|
|||||||
<command>getfacl</command> displays the owner, the group, and the ACL.
|
<command>getfacl</command> displays the owner, the group, and the ACL.
|
||||||
For directories <command>getfacl</command> displays additionally the
|
For directories <command>getfacl</command> displays additionally the
|
||||||
default ACL. With no options specified, <command>getfacl</command>
|
default ACL. With no options specified, <command>getfacl</command>
|
||||||
displays the filename, the owner, the group, and both the ACL and the
|
displays the filename, the owner, the group, the setuid (s), setgid (s),
|
||||||
default ACL, if it exists. For more information on Cygwin and Windows
|
and sticky (t) bits if available, and both the ACL and the default ACL,
|
||||||
ACLs, see <xref linkend="ntsec"/> in the Cygwin User's Guide. The format
|
if it exists. For more information on Cygwin and Windows ACLs, see
|
||||||
|
<xref linkend="ntsec"/> in the Cygwin User's Guide. The format
|
||||||
for ACL output is as follows:
|
for ACL output is as follows:
|
||||||
<screen>
|
<screen>
|
||||||
# file: filename
|
# file: filename
|
||||||
# owner: name or uid
|
# owner: name or uid
|
||||||
# group: name or uid
|
# group: name or uid
|
||||||
|
# flags: sst
|
||||||
user::perm
|
user::perm
|
||||||
user:name or uid:perm
|
user:name or uid:perm
|
||||||
group::perm
|
group::perm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user