diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-08-31 13:47:32 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-08-31 13:47:32 +0000 |
commit | e7ee42f33db80a10813fbfaa9d6fce0091e57b83 (patch) | |
tree | 139d12750e42447a7b985861023d43fd743bcca6 | |
parent | c7953da22dea1ac96234f0a9682a307a74ae4e85 (diff) | |
download | cygnal-e7ee42f33db80a10813fbfaa9d6fce0091e57b83.tar.gz cygnal-e7ee42f33db80a10813fbfaa9d6fce0091e57b83.tar.bz2 cygnal-e7ee42f33db80a10813fbfaa9d6fce0091e57b83.zip |
* utils.xml (getfacl): Document additional suid/sgid/vtx flag printing.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/utils.xml | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 72209d088..180f03412 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -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> * configure.ac: Convert to new AC_INIT style. diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml index 42faa260d..ffc2f1282 100644 --- a/winsup/doc/utils.xml +++ b/winsup/doc/utils.xml @@ -535,14 +535,16 @@ line separates the ACLs for each file. <command>getfacl</command> displays the owner, the group, and the ACL. For directories <command>getfacl</command> displays additionally the default ACL. With no options specified, <command>getfacl</command> - displays the filename, the owner, the group, and both the ACL and the - default ACL, if it exists. For more information on Cygwin and Windows - ACLs, see <xref linkend="ntsec"/> in the Cygwin User's Guide. The format + displays the filename, the owner, the group, the setuid (s), setgid (s), + and sticky (t) bits if available, and both the ACL and the default ACL, + 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: <screen> # file: filename # owner: name or uid # group: name or uid + # flags: sst user::perm user:name or uid:perm group::perm |