From e331c4b9371ccbdf2c1ff9da176c1beccb40e553 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 6 Jul 2005 13:34:02 +0000 Subject: fix --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README') 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. -- cgit v1.2.3