summaryrefslogtreecommitdiff
path: root/docs/manpages/smbumount.8
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>1998-01-06 00:13:44 +0000
committerVolker Lendecke <vlendec@samba.org>1998-01-06 00:13:44 +0000
commitbd33a35fb58dcdd7402ba6ff33a4b04c017483b6 (patch)
treeb6200d9ff79c36849ccede7fbe412b33b17bdc00 /docs/manpages/smbumount.8
parentc271da9c858f583c4c51b03d0185c15bd6d4596d (diff)
downloadsamba-bd33a35fb58dcdd7402ba6ff33a4b04c017483b6.tar.gz
samba-bd33a35fb58dcdd7402ba6ff33a4b04c017483b6.tar.bz2
samba-bd33a35fb58dcdd7402ba6ff33a4b04c017483b6.zip
Added manpages.
Removed obsolete options from smbmount help message. Volker (This used to be commit 2d550d28cd9d3cdb6f72e1f387d9c65dbc1404ad)
Diffstat (limited to 'docs/manpages/smbumount.8')
-rw-r--r--docs/manpages/smbumount.828
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/manpages/smbumount.8 b/docs/manpages/smbumount.8
new file mode 100644
index 0000000000..d28994e2fd
--- /dev/null
+++ b/docs/manpages/smbumount.8
@@ -0,0 +1,28 @@
+.TH SMBUMOUNT 8 20/6/1995 smbumount smbumount
+.SH NAME
+smbumount \- umount for normal users
+.SH SYNOPSIS
+.B smbumount
+.B mount-point
+
+.SH DESCRIPTION
+With this program, normal users can unmount smb-filesystems, provided
+that it is suid root.
+
+.B smbumount
+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.
+
+.SH OPTIONS
+.B mount-point
+.RS 3
+.B mount-point
+is the directory you want to unmount.
+
+.SH SEE ALSO
+.B smbmount(8)