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