updated Makefile to use the ldp DSSSL and regenerated all docs.
[Samba.git] / docs / manpages / smbmnt.8
blob0eb676190fefd3daa07645de9c3a76448a5d20d8
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" "24 April 2001" "" ""
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 is meant to be installed setuid root 
17 so that normal users can mount their smb shares. It checks 
18 whether the user has write permissions on the mount point and 
19 then mounts the directory.
20 .PP
21 The \fBsmbmnt\fR program is normally invoked 
22 by \fBsmbmount(8)\fR
23 . It should not be invoked directly by users. 
24 .SH "OPTIONS"
25 .TP
26 \fB-r\fR
27 mount the filesystem read-only 
28 .TP
29 \fB-u uid\fR
30 specify the uid that the files will 
31 be owned by 
32 .TP
33 \fB-g gid\fR
34 specify the gid that the files will be 
35 owned by 
36 .TP
37 \fB-f mask\fR
38 specify the octal file mask applied
39 .TP
40 \fB-d mask\fR
41 specify the octal directory mask 
42 applied 
43 .TP
44 \fB-o options\fR
45 list of options that are passed as-is to smbfs, if this
46 command is run on a 2.4 or higher linux kernel.
47 .SH "AUTHOR"
48 .PP
49 Volker Lendecke, Andrew Tridgell, Michael H. Warfield 
50 and others.
51 .PP
52 The current maintainer of smbfs and the userspace
53 tools \fBsmbmount\fR, \fBsmbumount\fR,
54 and \fBsmbmnt\fR is Urban Widmark <URL:mailto:urban@teststation.com>.
55 The SAMBA Mailing list <URL:mailto:samba@samba.org>
56 is the preferred place to ask questions regarding these programs.
57 .PP
58 The conversion of this manpage for Samba 2.2 was performed 
59 by Gerald Carter