Anton Zelenov
Anton Zelenov
Summary: - For me, the problem happens only in Windows 10, but doesn't happen in Windows 8. - The problem happens for directories that miss group permissions (the home directory...
It looks like, when _umask_ is not specified explicitly, then absence of permissions is taken as prohibition. For example, execute the following commands for a directory: ``` chown user:user dir...
Should `umask` clear permissions bits? Or `umask` is prohibition bits? What does `umask=070` mean? Does it mean to forbid group access? Or does it mean to clear group access (but...