summaryrefslogtreecommitdiff
path: root/docs/manpages/smbmount.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/smbmount.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/smbmount.8')
-rw-r--r--docs/manpages/smbmount.832
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/manpages/smbmount.8 b/docs/manpages/smbmount.8
new file mode 100644
index 0000000000..f002cda027
--- /dev/null
+++ b/docs/manpages/smbmount.8
@@ -0,0 +1,32 @@
+.TH SMBMOUNT 8 01/05/1998 smbmount smbmount
+.SH NAME
+smbmount \- mount smb file system
+.SH SYNOPSIS
+.B smbmount
+[
+.B options
+]
+
+.SH DESCRIPTION
+.B smbmount
+is a stripped down smbclient program. It only contains the mount
+command that itself calls the
+.B smbmnt(8)
+program to do the actual mount.
+.B smbmount
+itself accepts nearly the same options as
+.B smbclient(1)
+does. See the smbclient manpage for details.
+
+To mount an smb file system I suggest to use the option
+.B -c
+for smbclient. For example, use
+
+smbmount "\\\\server\\tmp" -c 'mount /mnt -u 123 -g 456'
+
+to mount the tmp share of server on /mnt, giving it a local uid 123
+and a local gid 456.
+
+.SH SEE ALSO
+.B smbmnt(8), smbclient(1)
+