|
Last change
on this file since 103 was 44, checked in by Paul Smedley, 18 years ago |
|
Update source to 3.0.25b
|
|
File size:
2.1 KB
|
| Line | |
|---|
| 1 | .\"Generated by db2man.xsl. Don't modify this, modify the source.
|
|---|
| 2 | .de Sh \" Subsection
|
|---|
| 3 | .br
|
|---|
| 4 | .if t .Sp
|
|---|
| 5 | .ne 5
|
|---|
| 6 | .PP
|
|---|
| 7 | \fB\\$1\fR
|
|---|
| 8 | .PP
|
|---|
| 9 | ..
|
|---|
| 10 | .de Sp \" Vertical space (when we can't use .PP)
|
|---|
| 11 | .if t .sp .5v
|
|---|
| 12 | .if n .sp
|
|---|
| 13 | ..
|
|---|
| 14 | .de Ip \" List item
|
|---|
| 15 | .br
|
|---|
| 16 | .ie \\n(.$>=3 .ne \\$3
|
|---|
| 17 | .el .ne 3
|
|---|
| 18 | .IP "\\$1" \\$2
|
|---|
| 19 | ..
|
|---|
| 20 | .TH "SMBMNT" 8 "" "" ""
|
|---|
| 21 | .SH "NAME"
|
|---|
| 22 | smbmnt - helper utility for mounting SMB filesystems
|
|---|
| 23 | .SH "SYNOPSIS"
|
|---|
| 24 | .HP 1
|
|---|
| 25 | smbmnt {mount-point} [-s <share>] [-r] [-u <uid>] [-g <gid>] [-f <mask>] [-d <mask>] [-o <options>] [-h]
|
|---|
| 26 | .SH "DESCRIPTION"
|
|---|
| 27 | .PP
|
|---|
| 28 | smbmnt
|
|---|
| 29 | is a helper application used by the smbmount program to do the actual mounting of SMB shares.
|
|---|
| 30 | smbmnt
|
|---|
| 31 | can be installed setuid root if you want normal users to be able to mount their SMB shares.
|
|---|
| 32 | .PP
|
|---|
| 33 | A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on.
|
|---|
| 34 | .PP
|
|---|
| 35 | The
|
|---|
| 36 | smbmnt
|
|---|
| 37 | program is normally invoked by
|
|---|
| 38 | \fBsmbmount\fR(8). It should not be invoked directly by users.
|
|---|
| 39 | .PP
|
|---|
| 40 | smbmount searches the normal PATH for smbmnt. You must ensure that the smbmnt version in your path matches the smbmount used.
|
|---|
| 41 | .SH "OPTIONS"
|
|---|
| 42 | .PP
|
|---|
| 43 | -r
|
|---|
| 44 | .RS 3n
|
|---|
| 45 | mount the filesystem read-only
|
|---|
| 46 | .RE
|
|---|
| 47 | .PP
|
|---|
| 48 | -u uid
|
|---|
| 49 | .RS 3n
|
|---|
| 50 | specify the uid that the files will be owned by
|
|---|
| 51 | .RE
|
|---|
| 52 | .PP
|
|---|
| 53 | -g gid
|
|---|
| 54 | .RS 3n
|
|---|
| 55 | specify the gid that the files will be owned by
|
|---|
| 56 | .RE
|
|---|
| 57 | .PP
|
|---|
| 58 | -f mask
|
|---|
| 59 | .RS 3n
|
|---|
| 60 | specify the octal file mask applied
|
|---|
| 61 | .RE
|
|---|
| 62 | .PP
|
|---|
| 63 | -d mask
|
|---|
| 64 | .RS 3n
|
|---|
| 65 | specify the octal directory mask applied
|
|---|
| 66 | .RE
|
|---|
| 67 | .PP
|
|---|
| 68 | -o options
|
|---|
| 69 | .RS 3n
|
|---|
| 70 | list of options that are passed as-is to smbfs, if this command is run on a 2.4 or higher Linux kernel.
|
|---|
| 71 | .RE
|
|---|
| 72 | .PP
|
|---|
| 73 | -h|--help
|
|---|
| 74 | .RS 3n
|
|---|
| 75 | Print a summary of command line options.
|
|---|
| 76 | .RE
|
|---|
| 77 | .SH "AUTHOR"
|
|---|
| 78 | .PP
|
|---|
| 79 | Volker Lendecke, Andrew Tridgell, Michael H. Warfield and others.
|
|---|
| 80 | .PP
|
|---|
| 81 | The current maintainer of smbfs and the userspace tools
|
|---|
| 82 | smbmount,
|
|---|
| 83 | smbumount, and
|
|---|
| 84 | smbmnt
|
|---|
| 85 | is
|
|---|
| 86 | Urban Widmark. The
|
|---|
| 87 | SAMBA Mailing list
|
|---|
| 88 | is the preferred place to ask questions regarding these programs.
|
|---|
| 89 | .PP
|
|---|
| 90 | 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.
|
|---|
| 91 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.