mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
60 lines
1.9 KiB
Groff
60 lines
1.9 KiB
Groff
.\" 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" "24 April 2001" "" ""
|
|
.SH NAME
|
|
smbmnt \- helper utility for mounting SMB filesystems
|
|
.SH SYNOPSIS
|
|
.sp
|
|
\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 ]
|
|
.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
|
|
. 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
|
|
.TP
|
|
\fB-o options\fR
|
|
list of options that are passed as-is to smbfs, if this
|
|
command is run on a 2.4 or higher linux kernel.
|
|
.SH "AUTHOR"
|
|
.PP
|
|
Volker Lendecke, Andrew Tridgell, Michael H. Warfield
|
|
and others.
|
|
.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>.
|
|
The SAMBA Mailing list <URL:mailto:samba@samba.org>
|
|
is the preferred place to ask questions regarding these programs.
|
|
.PP
|
|
The conversion of this manpage for Samba 2.2 was performed
|
|
by Gerald Carter
|