diff options
Diffstat (limited to 'docs/htmldocs/smbumount.8.html')
| -rw-r--r-- | docs/htmldocs/smbumount.8.html | 81 | 
1 files changed, 72 insertions, 9 deletions
diff --git a/docs/htmldocs/smbumount.8.html b/docs/htmldocs/smbumount.8.html index f0aa0f974d..0221202644 100644 --- a/docs/htmldocs/smbumount.8.html +++ b/docs/htmldocs/smbumount.8.html @@ -1,16 +1,79 @@ -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>smbumount</title><link rel="stylesheet" href="samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.60.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="smbumount.8"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><h2>Name</h2><p>smbumount — smbfs umount for normal users</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><tt class="command">smbumount</tt>  {mount-point}</p></div></div><div class="refsect1" lang="en"><h2>DESCRIPTION</h2><p>With this program, normal users can unmount smb-filesystems,  -	provided that it is suid root.  <b class="command">smbumount</b> has  +<?xml version="1.0"?> + +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" +	        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + +	<!ENTITY % globalentities SYSTEM 'global.ent'> %globalentities; + ]> +<refentry id="smbumount.8"> + +<refmeta> +	<refentrytitle>smbumount</refentrytitle> +	<manvolnum>8</manvolnum> +</refmeta> + + +<refnamediv> +	<refname>smbumount</refname> +	<refpurpose>smbfs umount for normal users</refpurpose> +</refnamediv> + +<refsynopsisdiv> +	<cmdsynopsis sepchar=" "> +		<command moreinfo="none">smbumount</command> +		<arg rep="norepeat" 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 moreinfo="none">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.</p></div><div class="refsect1" lang="en"><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">mount-point</span></dt><dd><p>The directory to unmount.</p></dd></dl></div></div><div class="refsect1" lang="en"><h2>SEE ALSO</h2><p><a href="smbmount.8.html"><span class="citerefentry"><span class="refentrytitle">smbmount</span>(8)</span></a></p></div><div class="refsect1" lang="en"><h2>AUTHOR</h2><p>Volker Lendecke, Andrew Tridgell, Michael H. Warfield  -	and others.</p><p>The current maintainer of smbfs and the userspace -	tools <b class="command">smbmount</b>, <b class="command">smbumount</b>, -	and <b class="command">smbmnt</b> is <a href="mailto:urban@teststation.com" target="_top">Urban Widmark</a>. -	The <a href="mailto:samba@samba.org" target="_top">SAMBA Mailing list</a> +	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><citerefentry><refentrytitle>smbmount</refentrytitle> +	<manvolnum>8</manvolnum></citerefentry></para> +</refsect1> + + +<refsect1> +	<title>AUTHOR</title> +	 +	<para>Volker Lendecke, Andrew Tridgell, Michael H. Warfield  +	and others.</para> +	 +	<para>The current maintainer of smbfs and the userspace +	tools <command moreinfo="none">smbmount</command>, <command moreinfo="none">smbumount</command>, +	and <command moreinfo="none">smbmnt</command> is <ulink url="mailto:urban@teststation.com">Urban Widmark</ulink>. +	The <ulink url="mailto:samba@samba.org">SAMBA Mailing list</ulink>  	is the preferred place to ask questions regarding these programs. -	</p><p>The conversion of this manpage for Samba 2.2 was performed  +	</para> +	 +	<para>The conversion of this manpage for Samba 2.2 was performed   	by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 -	was done by Alexander Bokovoy.</p></div></div></body></html> +	was done by Alexander Bokovoy.</para> +</refsect1> + +</refentry>  | 
