summaryrefslogtreecommitdiff
path: root/docs/manpages/smbmount.8
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>1998-01-26 04:53:07 +0000
committerVolker Lendecke <vlendec@samba.org>1998-01-26 04:53:07 +0000
commit168fac65eef3ed9941b06aff43e0eedd3a7d359c (patch)
tree37b18831b8d899e4465db5660bfafc9fa9e9143e /docs/manpages/smbmount.8
parentdb5e1e646c9616db5a3f5fe224153176cd556c01 (diff)
downloadsamba-168fac65eef3ed9941b06aff43e0eedd3a7d359c.tar.gz
samba-168fac65eef3ed9941b06aff43e0eedd3a7d359c.tar.bz2
samba-168fac65eef3ed9941b06aff43e0eedd3a7d359c.zip
*** empty log message ***
(This used to be commit be395f4bce2863f4bd131793ea37f47f05e4151f)
Diffstat (limited to 'docs/manpages/smbmount.8')
-rw-r--r--docs/manpages/smbmount.830
1 files changed, 21 insertions, 9 deletions
diff --git a/docs/manpages/smbmount.8 b/docs/manpages/smbmount.8
index 9edf5b3b32..0255a668e1 100644
--- a/docs/manpages/smbmount.8
+++ b/docs/manpages/smbmount.8
@@ -9,24 +9,36 @@ smbmount \- mount smb file system
.SH DESCRIPTION
.B smbmount
-is a stripped down smbclient program. It only contains the mount
-command that itself calls the
-.B smbmnt(8)
+is a stripped-down version of the
+.BI smbclient (1)
+program used to mount smbfs shares. It implements only the mount command,
+which then calls the
+.BI 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.
+itself accepts most of the options that
+.B smbclient
+does. See the
+.BI smbclient (1)
+manpage for details.
-To mount an smb file system I suggest to use the option
+To mount an smb file system, I suggest using the option
.B -c
-for smbclient. For example, use
+for smbmount to pass the mount command. 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.
+The arguments supplied to the mount command are passed directly to the
+.B smbmnt
+utility for processing.
+Refer to the
+.BI smbmnt (8)
+manpage for details.
+
.SH SEE ALSO
-.B smbmnt(8), smbclient(1)
+.BI smbmnt (8),
+.BI smbclient (1)