diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-02 08:28:41 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:32 -0500 |
commit | 12ac16f5b066c1aacc64ff4bf24dbf7eb1ee66b2 (patch) | |
tree | 8be9c319a46d0a64455a941258a8acfec10dc8fc /docs/manpages-3/smbumount.8.xml | |
parent | 576eac8561eef8ab72c546cb7d9e26e77c20e3fd (diff) | |
download | samba-12ac16f5b066c1aacc64ff4bf24dbf7eb1ee66b2.tar.gz samba-12ac16f5b066c1aacc64ff4bf24dbf7eb1ee66b2.tar.bz2 samba-12ac16f5b066c1aacc64ff4bf24dbf7eb1ee66b2.zip |
Rename manpages to manpages-3 so I can pull in the Samba 4 manpages later
(This used to be commit 6f54f8c770553b8b42a948436dc6db37a155ab2f)
Diffstat (limited to 'docs/manpages-3/smbumount.8.xml')
-rw-r--r-- | docs/manpages-3/smbumount.8.xml | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/docs/manpages-3/smbumount.8.xml b/docs/manpages-3/smbumount.8.xml new file mode 100644 index 0000000000..55e4f3995b --- /dev/null +++ b/docs/manpages-3/smbumount.8.xml @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> +<refentry id="smbumount.8"> + +<refmeta> + <refentrytitle>smbumount</refentrytitle> + <manvolnum>8</manvolnum> +</refmeta> + + +<refnamediv> + <refname>smbumount</refname> + <refpurpose>smbfs umount for normal users</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <cmdsynopsis> + <command>smbumount</command> + <arg choice="req">mount-point</arg> + </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> + <title>DESCRIPTION</title> + + <para>With this program, normal users can unmount smb-filesystems, + provided that it is suid root. <command>smbumount</command> has + been written to give normal Linux users more control over their + resources. It is safe to install this program suid root, because only + the user who has mounted a filesystem is allowed to unmount it again. + For root it is not necessary to use smbumount. The normal umount + program works perfectly well, but it would certainly be problematic + to make umount setuid root.</para> +</refsect1> + +<refsect1> + <title>OPTIONS</title> + + <variablelist> + <varlistentry> + <term>mount-point</term> + <listitem><para>The directory to unmount.</para></listitem> + </varlistentry> + </variablelist> +</refsect1> + + +<refsect1> + <title>SEE ALSO</title> + + <para><citerefentry><refentrytitle>smbmount</refentrytitle> + <manvolnum>8</manvolnum></citerefentry></para> +</refsect1> + + +<refsect1> + <title>AUTHOR</title> + + <para>Volker Lendecke, Andrew Tridgell, Michael H. Warfield + and others.</para> + + <para>The current maintainer of smbfs and the userspace + tools <command>smbmount</command>, <command>smbumount</command>, + and <command>smbmnt</command> is <ulink + url="mailto:urban@teststation.com">Urban Widmark</ulink>. + The <ulink url="mailto:samba@samba.org">SAMBA Mailing list</ulink> + is the preferred place to ask questions regarding these programs. + </para> + + <para>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.</para> +</refsect1> + +</refentry> |