first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
[gd/samba-autobuild/.git] / docs / manpages / smbmnt.8
1 .TH "smbmnt " "1" "25 September 1999" "Samba" "SAMBA" 
2 .PP 
3 .SH "NAME" 
4 smbmnt \- helper utility for mounting SMB filesystems
5 .PP 
6 .SH "SYNOPSIS" 
7 \fBsmbmnt\fP mount-point [ -s share ] [ -r ] [ -u uid ] [ -g gid ] [ -f mask ] [ -d mask ] 
8 .PP 
9 .SH "DESCRIPTION" 
10 .PP 
11 smbmnt is a helper application used by the smbmount program to do the
12 actual mounting of SMB shares\&. smbmnt is meant to be installed setuid
13 root so that normal users can mount their smb shares\&. It checks
14 whether the user has write permissions on the mount point and then
15 mounts the directory\&.
16 .PP 
17 The smbmnt program is normally invoked by smbmount\&. It should not be
18 invoked directly by users\&.
19 .PP 
20 .IP "\fB-r\fP" 
21 mount the filesystem read-only
22 .PP 
23 .IP "\fB-u uid\fP" 
24 specify the uid that the files will be owned by
25 .PP 
26 .IP "\fB-g gid\fP" 
27 specify the gid that the files will be owned by
28 .PP 
29 .IP "\fB-f mask\fP" 
30 specify the octal file mask applied 
31 .PP 
32 .IP "\fB-d mask\fP" 
33 specify the octal directory mask applied 
34 .PP 
35 .SH "AUTHOR" 
36 The maintainer of smbfs, smbmnt and smbmount is Andrew Tridgell
37 \fItridge@samba\&.org\fP