Fix samba-docs build after svn conversion and Samba3 By Example addition.
[Samba.git] / docs / manpages / smbumount.8.xml
blob43178ea43297ad5061a5deb5a599a530ca132801
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
3                                   
4 <!ENTITY % globalentities SYSTEM '../entities/global.entities'> %globalentities;
5 ]>
6 <refentry id="smbumount.8">
8 <refmeta>
9         <refentrytitle>smbumount</refentrytitle>
10         <manvolnum>8</manvolnum>
11 </refmeta>
14 <refnamediv>
15         <refname>smbumount</refname>
16         <refpurpose>smbfs umount for normal users</refpurpose>
17 </refnamediv>
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>smbumount</command>
22                 <arg choice="req">mount-point</arg>
23         </cmdsynopsis>
24 </refsynopsisdiv>
26 <refsect1>
27         <title>DESCRIPTION</title>
29         <para>With this program, normal users can unmount smb-filesystems, 
30         provided that it is suid root.  <command>smbumount</command> has 
31         been written to give normal Linux users more control over their 
32         resources. It is safe to install this program suid root, because only 
33         the user who has mounted a filesystem is allowed to unmount it again.  
34         For root it is not necessary to use smbumount. The normal umount 
35         program works perfectly well, but it would certainly be problematic 
36         to make umount setuid root.</para>  
37 </refsect1>
39 <refsect1>
40         <title>OPTIONS</title>
42         <variablelist>
43                 <varlistentry>
44                 <term>mount-point</term>
45                 <listitem><para>The directory to unmount.</para></listitem>
46                 </varlistentry>
47         </variablelist>
48 </refsect1>
51 <refsect1>
52         <title>SEE ALSO</title>
53         
54         <para><citerefentry><refentrytitle>smbmount</refentrytitle>
55         <manvolnum>8</manvolnum></citerefentry></para>
56 </refsect1>
59 <refsect1>
60         <title>AUTHOR</title>
61         
62         <para>Volker Lendecke, Andrew Tridgell, Michael H. Warfield 
63         and others.</para>
64         
65         <para>The current maintainer of smbfs and the userspace
66         tools <command>smbmount</command>, <command>smbumount</command>,
67         and <command>smbmnt</command> is <ulink 
68         url="mailto:urban@teststation.com">Urban Widmark</ulink>.
69         The <ulink url="mailto:samba@samba.org">SAMBA Mailing list</ulink>
70         is the preferred place to ask questions regarding these programs.
71         </para>
72         
73         <para>The conversion of this manpage for Samba 2.2 was performed 
74         by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0
75         was done by Alexander Bokovoy.</para>
76 </refsect1>
78 </refentry>