1mailto(samba@samba.org) 
2
3manpage(smbmnt htmlcommand((1)))(1)(25 September 1999)(Samba)(SAMBA)
4
5label(NAME)
6manpagename(smbmnt)(helper utility for mounting SMB filesystems)
7
8label(SYNOPSIS)
9manpagesynopsis()
10bf(smbmnt) mount-point [ -s share ] [ -r ] [ -u uid ] [ -g gid ] [ -f mask ] [ -d mask ] 
11
12label(DESCRIPTION)
13manpagedescription()
14
15smbmnt is a helper application used by the smbmount program to do the
16actual mounting of SMB shares. smbmnt is meant to be installed setuid
17root so that normal users can mount their smb shares. It checks
18whether the user has write permissions on the mount point and then
19mounts the directory.
20
21The smbmnt program is normally invoked by smbmount. It should not be
22invoked directly by users.
23
24dit(bf(-r)) mount the filesystem read-only
25
26dit(bf(-u uid)) specify the uid that the files will be owned by
27
28dit(bf(-g gid)) specify the gid that the files will be owned by
29
30dit(bf(-f mask)) specify the octal file mask applied 
31
32dit(bf(-d mask)) specify the octal directory mask applied 
33
34manpageauthor()
35The maintainer of smbfs, smbmnt and smbmount is Andrew Tridgell
36email(tridge@samba.org)
37