Fix idmap_ad sgml
[Samba.git] / docs / manpages-3 / smbumount.8.xml
blob24c94a26d3269bf607f96df963ff143c5b27c80c
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="smbumount.8">
5 <refmeta>
6         <refentrytitle>smbumount</refentrytitle>
7         <manvolnum>8</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>smbumount</refname>
13         <refpurpose>smbfs umount for normal users</refpurpose>
14 </refnamediv>
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>smbumount</command>
19                 <arg choice="req">mount-point</arg>
20         </cmdsynopsis>
21 </refsynopsisdiv>
23 <refsect1>
24         <title>DESCRIPTION</title>
26         <para>With this program, normal users can unmount smb-filesystems, 
27         provided that it is suid root.  <command>smbumount</command> has 
28         been written to give normal Linux users more control over their 
29         resources. It is safe to install this program suid root, because only 
30         the user who has mounted a filesystem is allowed to unmount it again.  
31         For root it is not necessary to use smbumount. The normal umount 
32         program works perfectly well.</para>  
33 </refsect1>
35 <refsect1>
36         <title>OPTIONS</title>
38         <variablelist>
39                 <varlistentry>
40                 <term>mount-point</term>
41                 <listitem><para>The directory to unmount.</para></listitem>
42                 </varlistentry>
43         </variablelist>
44 </refsect1>
47 <refsect1>
48         <title>SEE ALSO</title>
49         
50         <para><citerefentry><refentrytitle>smbmount</refentrytitle>
51         <manvolnum>8</manvolnum></citerefentry></para>
52 </refsect1>
55 <refsect1>
56         <title>AUTHOR</title>
57         
58         <para>Volker Lendecke, Andrew Tridgell, Michael H. Warfield 
59         and others.</para>
60         
61         <para>The current maintainer of smbfs and the userspace
62         tools <command>smbmount</command>, <command>smbumount</command>,
63         and <command>smbmnt</command> is <ulink 
64         url="mailto:urban@teststation.com">Urban Widmark</ulink>.
65         The <ulink url="mailto:samba@samba.org">SAMBA Mailing list</ulink>
66         is the preferred place to ask questions regarding these programs.
67         </para>
68         
69         <para>The conversion of this manpage for Samba 2.2 was performed 
70         by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0
71         was done by Alexander Bokovoy.</para>
72 </refsect1>
74 </refentry>