Remove obsolete elements.
[Samba.git] / docs / manpages-3 / smbumount.8.xml
blob55e4f3995bd741cec154dfab413e6986bbdd694a
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, but it would certainly be problematic 
33         to make umount setuid root.</para>  
34 </refsect1>
36 <refsect1>
37         <title>OPTIONS</title>
39         <variablelist>
40                 <varlistentry>
41                 <term>mount-point</term>
42                 <listitem><para>The directory to unmount.</para></listitem>
43                 </varlistentry>
44         </variablelist>
45 </refsect1>
48 <refsect1>
49         <title>SEE ALSO</title>
50         
51         <para><citerefentry><refentrytitle>smbmount</refentrytitle>
52         <manvolnum>8</manvolnum></citerefentry></para>
53 </refsect1>
56 <refsect1>
57         <title>AUTHOR</title>
58         
59         <para>Volker Lendecke, Andrew Tridgell, Michael H. Warfield 
60         and others.</para>
61         
62         <para>The current maintainer of smbfs and the userspace
63         tools <command>smbmount</command>, <command>smbumount</command>,
64         and <command>smbmnt</command> is <ulink 
65         url="mailto:urban@teststation.com">Urban Widmark</ulink>.
66         The <ulink url="mailto:samba@samba.org">SAMBA Mailing list</ulink>
67         is the preferred place to ask questions regarding these programs.
68         </para>
69         
70         <para>The conversion of this manpage for Samba 2.2 was performed 
71         by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0
72         was done by Alexander Bokovoy.</para>
73 </refsect1>
75 </refentry>