1
0
mirror of https://github.com/samba-team/samba.git synced 2025-05-10 02:50:25 +03:00
Andrew Tridgell 3db52feb1f first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
(This used to be commit 453a822a76780063dff23526c35408866d0c0154)
1999-12-13 13:27:58 +00:00

38 lines
1.1 KiB
Groff

.TH "smbmnt " "1" "25 September 1999" "Samba" "SAMBA"
.PP
.SH "NAME"
smbmnt \- helper utility for mounting SMB filesystems
.PP
.SH "SYNOPSIS"
\fBsmbmnt\fP mount-point [ -s share ] [ -r ] [ -u uid ] [ -g gid ] [ -f mask ] [ -d mask ]
.PP
.SH "DESCRIPTION"
.PP
smbmnt is a helper application used by the smbmount program to do the
actual mounting of SMB shares\&. smbmnt 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 smbmnt program is normally invoked by smbmount\&. It should not be
invoked directly by users\&.
.PP
.IP "\fB-r\fP"
mount the filesystem read-only
.PP
.IP "\fB-u uid\fP"
specify the uid that the files will be owned by
.PP
.IP "\fB-g gid\fP"
specify the gid that the files will be owned by
.PP
.IP "\fB-f mask\fP"
specify the octal file mask applied
.PP
.IP "\fB-d mask\fP"
specify the octal directory mask applied
.PP
.SH "AUTHOR"
The maintainer of smbfs, smbmnt and smbmount is Andrew Tridgell
\fItridge@samba\&.org\fP