Samba 3: added Samba 3.0.24 sources
[tomato.git] / release / src / router / samba3 / docs / manpages / smbmnt.8
blob5f1ca276424974061dc4aae09604b87a1bc9e42f
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
20 .TH "SMBMNT" 8 "" "" ""
21 .SH "NAME"
22 smbmnt - helper utility for mounting SMB filesystems
23 .SH "SYNOPSIS"
24 .HP 7
25 \fBsmbmnt\fR {mount-point} [-s <share>] [-r] [-u <uid>] [-g <gid>] [-f <mask>] [-d <mask>] [-o <options>] [-h]
26 .SH "DESCRIPTION"
27 .PP
28 \fBsmbmnt\fR
29 is a helper application used by the smbmount program to do the actual mounting of SMB shares.
30 \fBsmbmnt\fR
31 can be installed setuid root if you want normal users to be able to mount their SMB shares.
32 .PP
33 A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on.
34 .PP
35 The
36 \fBsmbmnt\fR
37 program is normally invoked by
38 \fBsmbmount\fR(8). It should not be invoked directly by users.
39 .PP
40 smbmount searches the normal PATH for smbmnt. You must ensure that the smbmnt version in your path matches the smbmount used.
41 .SH "OPTIONS"
42 .TP 3n
44 mount the filesystem read-only
45 .TP 3n
46 -u uid
47 specify the uid that the files will be owned by
48 .TP 3n
49 -g gid
50 specify the gid that the files will be owned by
51 .TP 3n
52 -f mask
53 specify the octal file mask applied
54 .TP 3n
55 -d mask
56 specify the octal directory mask applied
57 .TP 3n
58 -o options
59 list of options that are passed as-is to smbfs, if this command is run on a 2.4 or higher Linux kernel.
60 .TP 3n
61 -h|--help
62 Print a summary of command line options.
63 .SH "AUTHOR"
64 .PP
65 Volker Lendecke, Andrew Tridgell, Michael H. Warfield and others.
66 .PP
67 The current maintainer of smbfs and the userspace tools
68 \fBsmbmount\fR,
69 \fBsmbumount\fR, and
70 \fBsmbmnt\fR
72 Urban Widmark. The
73 SAMBA Mailing list
74 is the preferred place to ask questions regarding these programs.
75 .PP
76 The conversion of this manpage for Samba 2.2 was performed by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy.