summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages/smbumount.8.sgml
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-02-22 18:53:07 +0000
committerGerald Carter <jerry@samba.org>2001-02-22 18:53:07 +0000
commit4bca9fd8d4c57c9bcd36c8ed9924a866540ddd65 (patch)
treea1ea38d6167337a0fb256f14c5c2a2f7420f3cfa /docs/docbook/manpages/smbumount.8.sgml
parent415e3a8b388297547cf8edbb6d4db09d2cca1863 (diff)
downloadsamba-4bca9fd8d4c57c9bcd36c8ed9924a866540ddd65.tar.gz
samba-4bca9fd8d4c57c9bcd36c8ed9924a866540ddd65.tar.bz2
samba-4bca9fd8d4c57c9bcd36c8ed9924a866540ddd65.zip
while I was at it.....
(This used to be commit 723bcb57e8bd54a36f2c217246f78a4301b6b25b)
Diffstat (limited to 'docs/docbook/manpages/smbumount.8.sgml')
-rw-r--r--docs/docbook/manpages/smbumount.8.sgml67
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/docbook/manpages/smbumount.8.sgml b/docs/docbook/manpages/smbumount.8.sgml
new file mode 100644
index 0000000000..be7e929e06
--- /dev/null
+++ b/docs/docbook/manpages/smbumount.8.sgml
@@ -0,0 +1,67 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
+<refentry id="smbumount">
+
+<refmeta>
+ <refentrytitle>smbumount</refentrytitle>
+ <manvolnum>8</manvolnum>
+</refmeta>
+
+
+<refnamediv>
+ <refname>smbumount</refname>
+ <refpurpose>smbfs umount for normal users</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+ <cmdsynopsis>
+ <command>smbumount</command>
+ <arg choice="req">mount-point</arg>
+ </cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>With this program, normal users can unmount smb-filesystems,
+ provided that it is suid root. <command>smbumount</command> has
+ been written to give normal linux-users more control over their
+ resources. It is safe to install this program suid root, because only
+ the user who has mounted a filesystem is allowed to unmount it again.
+ For root it is not necessary to use smbumount. The normal umount
+ program works perfectly well, but it would certainly be problematic
+ to make umount setuid root.</para>
+</refsect1>
+
+<refsect1>
+ <title>OPTIONS</title>
+
+ <variablelist>
+ <varlistentry>
+ <term>mount-point</term>
+ <listitem><para>The directory to unmount.</para></listitem>
+ </varlistentry>
+ </variablelist>
+</refsect1>
+
+
+<refsect1>
+ <title>SEE ALSO</title>
+
+ <para><ulink url="smbmount.8.html"><command>smbmount(8)</command>
+ </ulink></para>
+</refsect1>
+
+
+<refsect1>
+ <title>AUTHOR</title>
+
+ <para>The current maintainer of smbfs and the userspace
+ tools <command>smbmount</command>, <command>smbumount</command>,
+ and <command>smbmnt</command> is <ulink
+ url="mailto:urban@teststation.com">Urban Widmark</ulink>.</para>
+
+ <para>The conversion of this manpage for Samba 2.2 was performed
+ by Gerald Carter</para>
+</refsect1>
+
+</refentry>