docs: Improve description of the share commands in man smb.conf.
[Samba.git] / docs-xml / manpages-3 / smbumount.8.xml
blob9a214fb4067256b51edd46d1aba7765ab3b1741c
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>  
34         <para>WARNING: <command>smbumount</command> is deprecated and not
35         maintained any longer. <command>umount.cifs</command> 
36         should be used instead of <command>smbumount</command>.</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>