| 1 | .\" Title: smbmnt
|
|---|
| 2 | .\" Author:
|
|---|
| 3 | .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
|---|
| 4 | .\" Date: 05/28/2008
|
|---|
| 5 | .\" Manual:
|
|---|
| 6 | .\" Source:
|
|---|
| 7 | .\"
|
|---|
| 8 | .TH "SMBMNT" "8" "05/28/2008" "" ""
|
|---|
| 9 | .\" disable hyphenation
|
|---|
| 10 | .nh
|
|---|
| 11 | .\" disable justification (adjust text to left margin only)
|
|---|
| 12 | .ad l
|
|---|
| 13 | .SH "NAME"
|
|---|
| 14 | smbmnt - helper utility for mounting SMB filesystems
|
|---|
| 15 | .SH "SYNOPSIS"
|
|---|
| 16 | .HP 1
|
|---|
| 17 | smbmnt {mount\-point} [\-s\ <share>] [\-r] [\-u\ <uid>] [\-g\ <gid>] [\-f\ <mask>] [\-d\ <mask>] [\-o\ <options>] [\-h]
|
|---|
| 18 | .SH "DESCRIPTION"
|
|---|
| 19 | .PP
|
|---|
| 20 | smbmnt
|
|---|
| 21 | is a helper application used by the smbmount program to do the actual mounting of SMB shares\.
|
|---|
| 22 | smbmnt
|
|---|
| 23 | can be installed setuid root if you want normal users to be able to mount their SMB shares\.
|
|---|
| 24 | .PP
|
|---|
| 25 | A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on\.
|
|---|
| 26 | .PP
|
|---|
| 27 | The
|
|---|
| 28 | smbmnt
|
|---|
| 29 | program is normally invoked by
|
|---|
| 30 | \fBsmbmount\fR(8)\. It should not be invoked directly by users\.
|
|---|
| 31 | .PP
|
|---|
| 32 | smbmount searches the normal PATH for smbmnt\. You must ensure that the smbmnt version in your path matches the smbmount used\.
|
|---|
| 33 | .SH "OPTIONS"
|
|---|
| 34 | .PP
|
|---|
| 35 | \-r
|
|---|
| 36 | .RS 4
|
|---|
| 37 | mount the filesystem read\-only
|
|---|
| 38 | .RE
|
|---|
| 39 | .PP
|
|---|
| 40 | \-u uid
|
|---|
| 41 | .RS 4
|
|---|
| 42 | specify the uid that the files will be owned by
|
|---|
| 43 | .RE
|
|---|
| 44 | .PP
|
|---|
| 45 | \-g gid
|
|---|
| 46 | .RS 4
|
|---|
| 47 | specify the gid that the files will be owned by
|
|---|
| 48 | .RE
|
|---|
| 49 | .PP
|
|---|
| 50 | \-f mask
|
|---|
| 51 | .RS 4
|
|---|
| 52 | specify the octal file mask applied
|
|---|
| 53 | .RE
|
|---|
| 54 | .PP
|
|---|
| 55 | \-d mask
|
|---|
| 56 | .RS 4
|
|---|
| 57 | specify the octal directory mask applied
|
|---|
| 58 | .RE
|
|---|
| 59 | .PP
|
|---|
| 60 | \-o options
|
|---|
| 61 | .RS 4
|
|---|
| 62 | list of options that are passed as\-is to smbfs, if this command is run on a 2\.4 or higher Linux kernel\.
|
|---|
| 63 | .RE
|
|---|
| 64 | .PP
|
|---|
| 65 | \-h|\-\-help
|
|---|
| 66 | .RS 4
|
|---|
| 67 | Print a summary of command line options\.
|
|---|
| 68 | .RE
|
|---|
| 69 | .SH "AUTHOR"
|
|---|
| 70 | .PP
|
|---|
| 71 | Volker Lendecke, Andrew Tridgell, Michael H\. Warfield and others\.
|
|---|
| 72 | .PP
|
|---|
| 73 | The current maintainer of smbfs and the userspace tools
|
|---|
| 74 | smbmount,
|
|---|
| 75 | smbumount, and
|
|---|
| 76 | smbmnt
|
|---|
| 77 | is
|
|---|
| 78 | Urban Widmark\. The
|
|---|
| 79 | SAMBA Mailing list
|
|---|
| 80 | is the preferred place to ask questions regarding these programs\.
|
|---|
| 81 | .PP
|
|---|
| 82 | The conversion of this manpage for Samba 2\.2 was performed by Gerald Carter\. The conversion to DocBook XML 4\.2 for Samba 3\.0 was done by Alexander Bokovoy\.
|
|---|