1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/docs/manpages/smbmnt.8

65 lines
2.0 KiB
Groff
Raw Normal View History

0001-01-01 02:30:17 +02:30
.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
0001-01-01 02:30:17 +02:30
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
0001-01-01 02:30:17 +02:30
.TH "SMBMNT" "8" "01 October 2002" "" ""
0001-01-01 02:30:17 +02:30
.SH NAME
smbmnt \- helper utility for mounting SMB filesystems
0001-01-01 02:30:17 +02:30
.SH SYNOPSIS
0001-01-01 02:30:17 +02:30
\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 ]
0001-01-01 02:30:17 +02:30
.SH "DESCRIPTION"
.PP
\fBsmbmnt\fR is a helper application used
by the smbmount program to do the actual mounting of SMB shares.
0001-01-01 02:30:17 +02:30
\fBsmbmnt\fR can be installed setuid root if you want
normal users to be able to mount their SMB shares.
.PP
A setuid smbmnt will only allow mounts on directories owned
by the user, and that the user has write permission on.
0001-01-01 02:30:17 +02:30
.PP
The \fBsmbmnt\fR program is normally invoked
by \fBsmbmount(8)\fR
0001-01-01 02:30:17 +02:30
It should not be invoked directly by users.
0001-01-01 02:30:17 +02:30
.PP
smbmount searches the normal PATH for smbmnt. You must ensure
that the smbmnt version in your path matches the smbmount used.
0001-01-01 02:30:17 +02:30
.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
0001-01-01 02:30:17 +02:30
applied
0001-01-01 02:30:17 +02:30
.TP
\fB-o options\fR
list of options that are passed as-is to smbfs, if this
0001-01-01 02:30:17 +02:30
command is run on a 2.4 or higher Linux kernel.
0001-01-01 02:30:17 +02:30
.SH "AUTHOR"
.PP
0001-01-01 02:30:17 +02:30
Volker Lendecke, Andrew Tridgell, Michael H. Warfield
and others.
.PP
0001-01-01 02:30:17 +02:30
The current maintainer of smbfs and the userspace
tools \fBsmbmount\fR, \fBsmbumount\fR,
and \fBsmbmnt\fR is Urban Widmark <URL:mailto:urban@teststation.com>.
0001-01-01 02:30:17 +02:30
The SAMBA Mailing list <URL:mailto:samba@samba.org>
is the preferred place to ask questions regarding these programs.
0001-01-01 02:30:17 +02:30
.PP
The conversion of this manpage for Samba 2.2 was performed
by Gerald Carter