diff options
author | vorlon <vorlon@alioth.debian.org> | 2008-07-20 08:39:10 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2008-07-20 08:39:10 +0000 |
commit | a76d046b2f8155ada2f347f03ef400d760a9a238 (patch) | |
tree | ec6fd098f7e2460565fa5935287aa24d37f915c7 /docs/htmldocs/manpages/smbmnt.8.html | |
parent | 3e5b49a894ab672fdb6a04f3ba21ef0695d06875 (diff) | |
download | samba-a76d046b2f8155ada2f347f03ef400d760a9a238.tar.gz |
merge samba 3.2 experimental branch to unstable
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2053 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/htmldocs/manpages/smbmnt.8.html')
-rw-r--r-- | docs/htmldocs/manpages/smbmnt.8.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/htmldocs/manpages/smbmnt.8.html b/docs/htmldocs/manpages/smbmnt.8.html deleted file mode 100644 index ecf51448d4..0000000000 --- a/docs/htmldocs/manpages/smbmnt.8.html +++ /dev/null @@ -1,24 +0,0 @@ -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>smbmnt</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="smbmnt.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>smbmnt — helper utility for mounting SMB filesystems</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">smbmnt</code> {mount-point} [-s <share>] [-r] [-u <uid>] [-g <gid>] [-f <mask>] [-d <mask>] [-o <options>] [-h]</p></div></div><div class="refsect1" lang="en"><a name="id282739"></a><h2>DESCRIPTION</h2><p><code class="literal">smbmnt</code> is a helper application used - by the smbmount program to do the actual mounting of SMB shares. - <code class="literal">smbmnt</code> can be installed setuid root if you want - normal users to be able to mount their SMB shares.</p><p>A setuid smbmnt will only allow mounts on directories owned - by the user, and that the user has write permission on.</p><p>The <code class="literal">smbmnt</code> program is normally invoked - by <a class="citerefentry" href="smbmount.8.html"><span class="citerefentry"><span class="refentrytitle">smbmount</span>(8)</span></a>. It should not be invoked directly by users. </p><p>smbmount searches the normal PATH for smbmnt. You must ensure - that the smbmnt version in your path matches the smbmount used.</p></div><div class="refsect1" lang="en"><a name="id282787"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-r</span></dt><dd><p>mount the filesystem read-only - </p></dd><dt><span class="term">-u uid</span></dt><dd><p>specify the uid that the files will - be owned by </p></dd><dt><span class="term">-g gid</span></dt><dd><p>specify the gid that the files will be - owned by </p></dd><dt><span class="term">-f mask</span></dt><dd><p>specify the octal file mask applied - </p></dd><dt><span class="term">-d mask</span></dt><dd><p>specify the octal directory mask - applied </p></dd><dt><span class="term">-o options</span></dt><dd><p> - list of options that are passed as-is to smbfs, if this - command is run on a 2.4 or higher Linux kernel. - </p></dd><dt><span class="term">-h|--help</span></dt><dd><p>Print a summary of command line options. -</p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id282882"></a><h2>AUTHOR</h2><p>Volker Lendecke, Andrew Tridgell, Michael H. Warfield - and others.</p><p>The current maintainer of smbfs and the userspace - tools <code class="literal">smbmount</code>, <code class="literal">smbumount</code>, - and <code class="literal">smbmnt</code> is <a class="ulink" href="mailto:urban@teststation.com" target="_top">Urban Widmark</a>. - The <a class="ulink" href="mailto:samba@samba.org" target="_top">SAMBA Mailing list</a> - is the preferred place to ask questions regarding these programs. - </p><p>The conversion of this manpage for Samba 2.2 was performed - by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 - was done by Alexander Bokovoy.</p></div></div></body></html> |