From 9bcae813af89d445a4d269e83c371847075f1008 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Mon, 26 Mar 2012 19:27:18 +0300 Subject: Made --map affect chown/chgrp results. --- src/bindfs.1 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/bindfs.1') 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. -- cgit v1.2.3