summaryrefslogtreecommitdiff
path: root/docs/manpages/smbmnt.8
blob: b3933397ab4d9a04de89dccd66f062784765d5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.\" This manpage has been automatically generated by docbook2man-spec
.\" from a DocBook document.  docbook2man-spec can be found at:
.\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/> 
.\" Please send any bug reports, improvements, comments, patches, 
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "SMBMNT" "8" "23 February 2001" "" ""
.SH NAME
smbmnt \- helper utility for mounting SMB filesystems
.SH SYNOPSIS
.sp
\fBsmbumount\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 ] 
.SH "DESCRIPTION"
.PP
\fBsmbmnt\fR is a helper application used 
by the smbmount program to do the actual mounting of SMB shares. 
\fBsmbmnt\fR is meant to be installed setuid root 
so that normal users can mount their smb shares. It checks 
whether the user has write permissions on the mount point and 
then mounts the directory.
.PP
The \fBsmbmnt\fR program is normally invoked 
by \fBsmbmount(8)\fR
 <URL:smbmount.8.html>. It should not be invoked directly by users. 
.SH "OPTIONS"
.TP
\fB-r\fR
mount the filesystem read-only 
.TP
\fB-u uid\fR
specify the uid that the files will 
be owned by 
.TP
\fB-g gid\fR
specify the gid that the files will be 
owned by 
.TP
\fB-f mask\fR
specify the octal file mask applied
.TP
\fB-d mask\fR
specify the octal directory mask 
applied 
.SH "AUTHOR"
.PP
The current maintainer of smbfs and the userspace
tools \fBsmbmount\fR, \fBsmbumount\fR,
and \fBsmbmnt\fR is Urban Widmark <URL:mailto:urban@teststation.com>.
.PP
The conversion of this manpage for Samba 2.2 was performed 
by Gerald Carter