Fix smb.conf.5.xml and friends:
[abartlet/samba.git/.git] / docs / manpages / smbmnt.8
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" "07 april 2003" "" ""
7
8 .SH NAME
9 smbmnt \- helper utility for mounting SMB filesystems
10 .SH SYNOPSIS
11
12 \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 ] [ \fB-h\fR ]
13
14 .SH "DESCRIPTION"
15 .PP
16 \fBsmbmnt\fR is a helper application used 
17 by the smbmount program to do the actual mounting of SMB shares. 
18 \fBsmbmnt\fR can be installed setuid root if you want
19 normal users to be able to mount their SMB shares.
20 .PP
21 A setuid smbmnt will only allow mounts on directories owned
22 by the user, and that the user has write permission on.
23 .PP
24 The \fBsmbmnt\fR program is normally invoked 
25 by \fBsmbmount\fR(8). 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 .TP
53 \fB-h|--help\fR
54 Print a summary of command line options.
55 .SH "AUTHOR"
56 .PP
57 Volker Lendecke, Andrew Tridgell, Michael H. Warfield 
58 and others.
59 .PP
60 The current maintainer of smbfs and the userspace
61 tools \fBsmbmount\fR, \fBsmbumount\fR,
62 and \fBsmbmnt\fR is Urban Widmark <URL:mailto:urban@teststation.com>.
63 The SAMBA Mailing list <URL:mailto:samba@samba.org>
64 is the preferred place to ask questions regarding these programs.
65 .PP
66 The conversion of this manpage for Samba 2.2 was performed 
67 by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0
68 was done by Alexander Bokovoy.