source: branches/samba-3.0/docs/manpages/smbmnt.8@ 107

Last change on this file since 107 was 44, checked in by Paul Smedley, 18 years ago

Update source to 3.0.25b

File size: 2.1 KB
Line 
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
13..
14.de Ip \" List item
15.br
16.ie \\n(.$>=3 .ne \\$3
17.el .ne 3
18.IP "\\$1" \\$2
19..
20.TH "SMBMNT" 8 "" "" ""
21.SH "NAME"
22smbmnt - helper utility for mounting SMB filesystems
23.SH "SYNOPSIS"
24.HP 1
25smbmnt {mount-point} [-s <share>] [-r] [-u <uid>] [-g <gid>] [-f <mask>] [-d <mask>] [-o <options>] [-h]
26.SH "DESCRIPTION"
27.PP
28smbmnt
29is a helper application used by the smbmount program to do the actual mounting of SMB shares.
30smbmnt
31can be installed setuid root if you want normal users to be able to mount their SMB shares.
32.PP
33A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on.
34.PP
35The
36smbmnt
37program is normally invoked by
38\fBsmbmount\fR(8). It should not be invoked directly by users.
39.PP
40smbmount searches the normal PATH for smbmnt. You must ensure that the smbmnt version in your path matches the smbmount used.
41.SH "OPTIONS"
42.PP
43-r
44.RS 3n
45mount the filesystem read-only
46.RE
47.PP
48-u uid
49.RS 3n
50specify the uid that the files will be owned by
51.RE
52.PP
53-g gid
54.RS 3n
55specify the gid that the files will be owned by
56.RE
57.PP
58-f mask
59.RS 3n
60specify the octal file mask applied
61.RE
62.PP
63-d mask
64.RS 3n
65specify the octal directory mask applied
66.RE
67.PP
68-o options
69.RS 3n
70list of options that are passed as-is to smbfs, if this command is run on a 2.4 or higher Linux kernel.
71.RE
72.PP
73-h|--help
74.RS 3n
75Print a summary of command line options.
76.RE
77.SH "AUTHOR"
78.PP
79Volker Lendecke, Andrew Tridgell, Michael H. Warfield and others.
80.PP
81The current maintainer of smbfs and the userspace tools
82smbmount,
83smbumount, and
84smbmnt
85is
86Urban Widmark. The
87SAMBA Mailing list
88is the preferred place to ask questions regarding these programs.
89.PP
90The 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.
91
Note: See TracBrowser for help on using the repository browser.