source: trunk/samba-3.0.25pre1/docs/manpages/smbmnt.8@ 4

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

Initial code import

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.ad l
25.hy 0
26.HP 7
27\fBsmbmnt\fR {mount\-point} [\-s\ <share>] [\-r] [\-u\ <uid>] [\-g\ <gid>] [\-f\ <mask>] [\-d\ <mask>] [\-o\ <options>] [\-h]
28.ad
29.hy
30
31.SH "DESCRIPTION"
32
33.PP
34\fBsmbmnt\fR is a helper application used by the smbmount program to do the actual mounting of SMB shares\&.\fBsmbmnt\fR can be installed setuid root if you want normal users to be able to mount their SMB shares\&.
35
36.PP
37A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on\&.
38
39.PP
40The \fBsmbmnt\fR program is normally invoked by \fBsmbmount\fR(8)\&. It should not be invoked directly by users\&.
41
42.PP
43smbmount searches the normal PATH for smbmnt\&. You must ensure that the smbmnt version in your path matches the smbmount used\&.
44
45.SH "OPTIONS"
46
47.TP
48\-r
49mount the filesystem read\-only
50
51.TP
52\-u uid
53specify the uid that the files will be owned by
54
55.TP
56\-g gid
57specify the gid that the files will be owned by
58
59.TP
60\-f mask
61specify the octal file mask applied
62
63.TP
64\-d mask
65specify the octal directory mask applied
66
67.TP
68\-o options
69list of options that are passed as\-is to smbfs, if this command is run on a 2\&.4 or higher Linux kernel\&.
70
71.TP
72\-h|\-\-help
73Print a summary of command line options\&.
74
75.SH "AUTHOR"
76
77.PP
78Volker Lendecke, Andrew Tridgell, Michael H\&. Warfield and others\&.
79
80.PP
81The current maintainer of smbfs and the userspace tools \fBsmbmount\fR, \fBsmbumount\fR, and \fBsmbmnt\fR is Urban Widmark\&. The SAMBA Mailing list is the preferred place to ask questions regarding these programs\&.
82
83.PP
84The 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\&.
85
Note: See TracBrowser for help on using the repository browser.