diff options
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index e78aa120d..751557700 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -786,16 +786,17 @@ most of the options are duplicates of other mount flags):</para> <screen> acl - Use the filesystem's access control lists (ACLs) to implement real POSIX permissions (default). - noacl - Ignore ACLs and fake POSIX permissions. binary - Files default to binary mode (default). - text - Files default to CRLF text mode line endings. - exec - Treat all files below mount point as executable. - notexec - Treat all files below mount point as not executable. cygexec - Treat all files below mount point as cygwin executables. + exec - Treat all files below mount point as executable. + noacl - Ignore ACLs and fake POSIX permissions. nosuid - No suid files are allowed (currently unimplemented) + notexec - Treat all files below mount point as not executable. + override - Override immutable mount points. posix=0 - Switch off case sensitivity for paths under this mount point. posix=1 - Switch on case sensitivity for paths under this mount point (default). + text - Files default to CRLF text mode line endings. </screen> <para>For a more complete description of the mount options and the |