summaryrefslogtreecommitdiff
path: root/docs/manpages/smbmount.8
blob: 9edf5b3b32a217127430eb1ccfe2db76d1c91e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH SMBMOUNT 8 "08 Jan 1998" "smbmount 1.9.18"
.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)