cygwin.rst
changeset 2165 13a641164f9d
parent 2164 d92444a3f0ae
child 2169 8ce9771fae25
equal deleted inserted replaced
2164:d92444a3f0ae 2165:13a641164f9d
   124   How to add a repository using apt-cyg.
   124   How to add a repository using apt-cyg.
   125 https://odoepner.wordpress.com/2012/12/06/install-cygwin-and-cygwinports-packages-using-apt-cyg/
   125 https://odoepner.wordpress.com/2012/12/06/install-cygwin-and-cygwinports-packages-using-apt-cyg/
   126   Depricated way to install from several sources with ``-m`` option using shell
   126   Depricated way to install from several sources with ``-m`` option using shell
   127   aliases as a trick.
   127   aliases as a trick.
   128 
   128 
       
   129 Cygwin file permission
       
   130 ======================
       
   131 
       
   132 Get list of permissions::
       
   133 
       
   134   $ getfacl .
       
   135 
       
   136 rsync without problems::
       
   137 
       
   138   $ rsync -ar —chmod=ugo=rwX $FROM/ $TO/
       
   139 
       
   140 https://cygwin.com/cygwin-ug-net/using-filemodes.html
       
   141   File permissions.
       
   142 https://cygwin.com/cygwin-ug-net/ntsec.html
       
   143   POSIX accounts, permission, and security.
       
   144 https://stackoverflow.com/questions/5828037/cygwin-sets-file-permission-to-000
       
   145   Cygwin sets file permission to 000.
       
   146 
   129 Installation on Windows XP
   147 Installation on Windows XP
   130 ==========================
   148 ==========================
   131 
   149 
   132 Cygwin from v2.5.5 and Setup version 2.874 (on 25 Aug 2016) is latest version
   150 Cygwin from v2.5.5 and Setup version 2.874 (on 25 Aug 2016) is latest version
   133 with Windows XP support. Later versions build with dependencies on newer
   151 with Windows XP support. Later versions build with dependencies on newer