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