Fix a mistake spotted by Metze
[Samba/gbeck.git] / docs / manpages / smbmnt.8
blob6f7d79ea5dab021a19de14fbfac137f10750cc19
1 .\" This manpage has been automatically generated by docbook2man 
2 .\" from a DocBook document.  This tool can be found at:
3 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .TH "SMBMNT" "8" "05 November 2002" "" ""
7 .SH NAME
8 smbmnt \- helper utility for mounting SMB filesystems
9 .SH SYNOPSIS
11 \fBsmbmnt\fR \fBmount-point\fR [ \fB-s <share>\fR ] [ \fB-r\fR ] [ \fB-u <uid>\fR ] [ \fB-g <gid>\fR ] [ \fB-f <mask>\fR ] [ \fB-d <mask>\fR ] [ \fB-o <options>\fR ]
13 .SH "DESCRIPTION"
14 .PP
15 \fBsmbmnt\fR is a helper application used 
16 by the smbmount program to do the actual mounting of SMB shares. 
17 \fBsmbmnt\fR can be installed setuid root if you want
18 normal users to be able to mount their SMB shares.
19 .PP
20 A setuid smbmnt will only allow mounts on directories owned
21 by the user, and that the user has write permission on.
22 .PP
23 The \fBsmbmnt\fR program is normally invoked 
24 by \fBsmbmount(8)\fR
25  It should not be invoked directly by users. 
26 .PP
27 smbmount searches the normal PATH for smbmnt. You must ensure
28 that the smbmnt version in your path matches the smbmount used.
29 .SH "OPTIONS"
30 .TP
31 \fB-r\fR
32 mount the filesystem read-only 
33 .TP
34 \fB-u uid\fR
35 specify the uid that the files will 
36 be owned by 
37 .TP
38 \fB-g gid\fR
39 specify the gid that the files will be 
40 owned by 
41 .TP
42 \fB-f mask\fR
43 specify the octal file mask applied
44 .TP
45 \fB-d mask\fR
46 specify the octal directory mask 
47 applied  
48 .TP
49 \fB-o options\fR
50 list of options that are passed as-is to smbfs, if this
51 command is run on a 2.4 or higher Linux kernel.
52 .SH "AUTHOR"
53 .PP
54 Volker Lendecke, Andrew Tridgell, Michael H. Warfield 
55 and others.
56 .PP
57 The current maintainer of smbfs and the userspace
58 tools \fBsmbmount\fR, \fBsmbumount\fR,
59 and \fBsmbmnt\fR is Urban Widmark <URL:mailto:urban@teststation.com>.
60 The SAMBA Mailing list <URL:mailto:samba@samba.org>
61 is the preferred place to ask questions regarding these programs.
62 .PP
63 The conversion of this manpage for Samba 2.2 was performed 
64 by Gerald Carter