source: branches/samba-3.0/docs/manpages/smbmnt.8@ 279

Last change on this file since 279 was 158, checked in by Paul Smedley, 17 years ago

Update source to 3.0.32

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