summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/udf.txt
diff options
context:
space:
mode:
authorMarcin Slusarz <marcin.slusarz@gmail.com>2008-11-16 20:52:19 +0100
committerJan Kara <jack@suse.cz>2008-11-27 17:48:37 +0100
commit33284bdf40f88160a154202510b27d983138c805 (patch)
tree81eab10481261ea48c5a806c9f41cbcb124f35e7 /Documentation/filesystems/udf.txt
parentf41e8964e74c498d48603a84693996c059d93ddc (diff)
udf: implement mode and dmode mounting options
"dmode" allows overriding permissions of directories and "mode" allows overriding permissions of files. Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Cc: Jan Kara <jack@suse.cz> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'Documentation/filesystems/udf.txt')
-rw-r--r--Documentation/filesystems/udf.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/udf.txt b/Documentation/filesystems/udf.txt
index fde829a756e6..902b95d0ee51 100644
--- a/Documentation/filesystems/udf.txt
+++ b/Documentation/filesystems/udf.txt
@@ -24,6 +24,8 @@ The following mount options are supported:
gid= Set the default group.
umask= Set the default umask.
+ mode= Set the default file permissions.
+ dmode= Set the default directory permissions.
uid= Set the default user.
bs= Set the block size.
unhide Show otherwise hidden files.