This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / docs / docbook / manpages / smbumount.8.sgml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
2 <refentry id="smbumount">
3
4 <refmeta>
5         <refentrytitle>smbumount</refentrytitle>
6         <manvolnum>8</manvolnum>
7 </refmeta>
8
9
10 <refnamediv>
11         <refname>smbumount</refname>
12         <refpurpose>smbfs umount for normal users</refpurpose>
13 </refnamediv>
14
15 <refsynopsisdiv>
16         <cmdsynopsis>
17                 <command>smbumount</command>
18                 <arg choice="req">mount-point</arg>
19         </cmdsynopsis>
20 </refsynopsisdiv>
21
22 <refsect1>
23         <title>DESCRIPTION</title>
24
25         <para>With this program, normal users can unmount smb-filesystems, 
26         provided that it is suid root.  <command>smbumount</command> has 
27         been written to give normal Linux users more control over their 
28         resources. It is safe to install this program suid root, because only 
29         the user who has mounted a filesystem is allowed to unmount it again.  
30         For root it is not necessary to use smbumount. The normal umount 
31         program works perfectly well, but it would certainly be problematic 
32         to make umount setuid root.</para>  
33 </refsect1>
34
35 <refsect1>
36         <title>OPTIONS</title>
37
38         <variablelist>
39                 <varlistentry>
40                 <term>mount-point</term>
41                 <listitem><para>The directory to unmount.</para></listitem>
42                 </varlistentry>
43         </variablelist>
44 </refsect1>
45
46
47 <refsect1>
48         <title>SEE ALSO</title>
49         
50         <para><ulink url="smbmount.8.html"><command>smbmount(8)</command>
51         </ulink></para>
52 </refsect1>
53
54
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</para>
71 </refsect1>
72
73 </refentry>