aboutsummaryrefslogtreecommitdiffstats
path: root/src/bindfs.1
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2012-03-26 19:27:18 +0300
committerMartin Pärtel <martin.partel@gmail.com>2012-03-26 19:27:18 +0300
commit9bcae813af89d445a4d269e83c371847075f1008 (patch)
tree4b54d7d3c56ce93910635e2d306a84a7b322b1ba /src/bindfs.1
parent6d96d673fa3977364a9cb3c8c9d3c82ced521bb6 (diff)
downloadbindfs-9bcae813af89d445a4d269e83c371847075f1008.tar.gz
Made --map affect chown/chgrp results.
Diffstat (limited to 'src/bindfs.1')
-rw-r--r--src/bindfs.110
1 files changed, 6 insertions, 4 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1
index b45b79d..9a03199 100644
--- a/src/bindfs.1
+++ b/src/bindfs.1
@@ -55,13 +55,15 @@ Like \fB\-\-mirror\fP but disallows access for all other users (except root).
.TP
.B \-\-map=\fIuser1/user2:@group1/@group2:...\fP, \-o map=...
Given a mapping \fIuser1/user2\fP, all files owned by user1 are shown
-as owned by user2. Additionally, when user2 creates files, they are chowned
-to user1 in the underlying directory. Works similarly for groups.
+as owned by user2. When user2 creates files, they are chowned
+to user1 in the underlying directory. When files are chowned to user2,
+they are chowned to user1 in the underlying directory. Works similarly for groups.
A single user or group may appear no more than once on the left and once on the
right of a slash in the list of mappings.
-Currently, the options \fB--user\fP, \fB--group\fP, \fB--mirror\fP and
-\fB--create-for-*\fP override the corresponding behavior of this option.
+Currently, the options \fB--user\fP, \fB--group\fP, \fB--mirror\fP,
+\fB--create-for-*\fP, \fB--chown-*\fP and \fB--chgrp-*\fP override
+the corresponding behavior of this option.
Requires mounting as root.