From 4bca9fd8d4c57c9bcd36c8ed9924a866540ddd65 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 22 Feb 2001 18:53:07 +0000 Subject: while I was at it..... (This used to be commit 723bcb57e8bd54a36f2c217246f78a4301b6b25b) --- docs/htmldocs/smbmnt.8.html | 156 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 docs/htmldocs/smbmnt.8.html (limited to 'docs/htmldocs/smbmnt.8.html') diff --git a/docs/htmldocs/smbmnt.8.html b/docs/htmldocs/smbmnt.8.html new file mode 100644 index 0000000000..051684a291 --- /dev/null +++ b/docs/htmldocs/smbmnt.8.html @@ -0,0 +1,156 @@ +smbmnt

smbmnt

Name

smbmnt -- helper utility for mounting SMB filesystems

Synopsis

smbumount {mount-point} [-s <share>] [-r] [-u <uid>] [-g <gid>] [-f <mask>] [-d <mask>]

DESCRIPTION

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.

The smbmnt program is normally invoked + by smbmount(8) + . It should not be invoked directly by users.

OPTIONS

-r

mount the filesystem read-only +

-u uid

specify the uid that the files will + be owned by

-g gid

specify the gid that the files will be + owned by

-f mask

specify the octal file mask applied +

-d mask

specify the octal directory mask + applied

AUTHOR

The current maintainer of smbfs and the userspace + tools smbmount, smbumount, + and smbmnt is Urban Widmark.

The conversion of this manpage for Samba 2.2 was performed + by Gerald Carter

\ No newline at end of file -- cgit