Changeset 134 for branches/samba-3.0/docs/manpages/smbmnt.8
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/docs/manpages/smbmnt.8
r44 r134 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 "" "" "" 1 .\" Title: smbmnt 2 .\" Author: 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/21/2008 5 .\" Manual: 6 .\" Source: 7 .\" 8 .TH "SMBMNT" "8" "05/21/2008" "" "" 9 .\" disable hyphenation 10 .nh 11 .\" disable justification (adjust text to left margin only) 12 .ad l 21 13 .SH "NAME" 22 14 smbmnt - helper utility for mounting SMB filesystems 23 15 .SH "SYNOPSIS" 24 16 .HP 1 25 smbmnt {mount -point} [-s <share>] [-r] [-u <uid>] [-g <gid>] [-f <mask>] [-d <mask>] [-o <options>] [-h]17 smbmnt {mount\-point} [\-s\ <share>] [\-r] [\-u\ <uid>] [\-g\ <gid>] [\-f\ <mask>] [\-d\ <mask>] [\-o\ <options>] [\-h] 26 18 .SH "DESCRIPTION" 27 19 .PP 28 20 smbmnt 29 is a helper application used by the smbmount program to do the actual mounting of SMB shares .21 is a helper application used by the smbmount program to do the actual mounting of SMB shares\. 30 22 smbmnt 31 can be installed setuid root if you want normal users to be able to mount their SMB shares .23 can be installed setuid root if you want normal users to be able to mount their SMB shares\. 32 24 .PP 33 A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on .25 A setuid smbmnt will only allow mounts on directories owned by the user, and that the user has write permission on\. 34 26 .PP 35 27 The 36 28 smbmnt 37 29 program is normally invoked by 38 \fBsmbmount\fR(8) . It should not be invoked directly by users.30 \fBsmbmount\fR(8)\. It should not be invoked directly by users\. 39 31 .PP 40 smbmount searches the normal PATH for smbmnt . You must ensure that the smbmnt version in your path matches the smbmount used.32 smbmount searches the normal PATH for smbmnt\. You must ensure that the smbmnt version in your path matches the smbmount used\. 41 33 .SH "OPTIONS" 42 34 .PP 43 -r44 .RS 3n45 mount the filesystem read -only35 \-r 36 .RS 4 37 mount the filesystem read\-only 46 38 .RE 47 39 .PP 48 -u uid49 .RS 3n40 \-u uid 41 .RS 4 50 42 specify the uid that the files will be owned by 51 43 .RE 52 44 .PP 53 -g gid54 .RS 3n45 \-g gid 46 .RS 4 55 47 specify the gid that the files will be owned by 56 48 .RE 57 49 .PP 58 -f mask59 .RS 3n50 \-f mask 51 .RS 4 60 52 specify the octal file mask applied 61 53 .RE 62 54 .PP 63 -d mask64 .RS 3n55 \-d mask 56 .RS 4 65 57 specify the octal directory mask applied 66 58 .RE 67 59 .PP 68 -o options69 .RS 3n70 list of options that are passed as -is to smbfs, if this command is run on a 2.4 or higher Linux kernel.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\. 71 63 .RE 72 64 .PP 73 -h|--help74 .RS 3n75 Print a summary of command line options .65 \-h|\-\-help 66 .RS 4 67 Print a summary of command line options\. 76 68 .RE 77 69 .SH "AUTHOR" 78 70 .PP 79 Volker Lendecke, Andrew Tridgell, Michael H . Warfield and others.71 Volker Lendecke, Andrew Tridgell, Michael H\. Warfield and others\. 80 72 .PP 81 73 The current maintainer of smbfs and the userspace tools … … 84 76 smbmnt 85 77 is 86 Urban Widmark . The78 Urban Widmark\. The 87 79 SAMBA Mailing list 88 is the preferred place to ask questions regarding these programs .80 is the preferred place to ask questions regarding these programs\. 89 81 .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 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\.
Note:
See TracChangeset
for help on using the changeset viewer.