# HG changeset patch # User Oleksandr Gavenko # Date 1501453511 -10800 # Node ID 13a641164f9d940d919f04ddcd24d7c54fd90914 # Parent d92444a3f0ae4c62da56e7c514fb28cd02e7caab Cygwin file permission. diff -r d92444a3f0ae -r 13a641164f9d cygwin.rst --- a/cygwin.rst Sun Jul 30 19:51:00 2017 +0300 +++ b/cygwin.rst Mon Jul 31 01:25:11 2017 +0300 @@ -126,6 +126,24 @@ Depricated way to install from several sources with ``-m`` option using shell aliases as a trick. +Cygwin file permission +====================== + +Get list of permissions:: + + $ getfacl . + +rsync without problems:: + + $ rsync -ar —chmod=ugo=rwX $FROM/ $TO/ + +https://cygwin.com/cygwin-ug-net/using-filemodes.html + File permissions. +https://cygwin.com/cygwin-ug-net/ntsec.html + POSIX accounts, permission, and security. +https://stackoverflow.com/questions/5828037/cygwin-sets-file-permission-to-000 + Cygwin sets file permission to 000. + Installation on Windows XP ==========================