aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-07-06 13:34:02 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-07-06 13:34:02 +0000
commite331c4b9371ccbdf2c1ff9da176c1beccb40e553 (patch)
tree554da67df1a3a5c2b10b5493333c274c2af10e9b /README
parent340d21f346500a7e819cbb1fd70429b1acfac81a (diff)
downloadandroid_external_fuse-e331c4b9371ccbdf2c1ff9da176c1beccb40e553.tar.gz
android_external_fuse-e331c4b9371ccbdf2c1ff9da176c1beccb40e553.tar.bz2
android_external_fuse-e331c4b9371ccbdf2c1ff9da176c1beccb40e553.zip
fix
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 5006b3e..7d8a746 100644
--- a/README
+++ b/README
@@ -216,3 +216,17 @@ nonempty
mounts are rejected (from version 2.3.1) to prevent accidental
covering up of data, which could for example prevent automatic
backup.
+
+umask=M
+
+ Override the permission bits in 'st_mode' set by the filesystem.
+ The resulting permission bits are the ones missing from the given
+ umask value. The value is given in octal representation.
+
+uid=N
+
+ Override the 'st_uid' field set by the filesystem.
+
+gid=N
+
+ Override the 'st_gid' field set by the filesystem.