From: short <> Date: Mon, 27 Oct 2003 07:14:00 +0000 (+0000) Subject: +List also uid/gid/fmask/dmask lufs mount options. X-Git-Tag: captive-1_0_1~24 X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=80d39bcd07587d8857fd71ca1a6fe3536b0ea338 +List also uid/gid/fmask/dmask lufs mount options. --- diff --git a/src/client/lufs/mount.captive.pod.pl.in b/src/client/lufs/mount.captive.pod.pl.in index 70a30b5..7c39880 100644 --- a/src/client/lufs/mount.captive.pod.pl.in +++ b/src/client/lufs/mount.captive.pod.pl.in @@ -86,10 +86,32 @@ Enable verbose mode. Command B(1) being called is shown. =item B<-o> B -Custom options passed to B<@PACKAGE@>(7). See its manpage for details. Options -double-dashes (B<-->) can be omitted for B(7) or -B(8). +Custom options passed to B<@PACKAGE@>(7) separated by comma (B<,>). +See the B<@PACKAGE@>(7) manpage for details on options prefixed by +double-dashes (B<-->) will be used for B(7) / +B(8). Options without double-dashes (B<-->) will be used for +B(1). You may be interested in these unprefixed options: +=over + +=item B=B<500> + +Supply the B to be the user identification number owning all the files. + +=item B=B<500> + +Supply the B to be the group identification number owning all the files. + +=item B=B<666> + +Octal mask to be OR-ed on file permissions (minimum file permissions). + +=item B=B<777> + +Octal mask to be OR-ed on directory permissions (minimum directory +permissions). + +=back =back