6253 F_GETLK doesn't always return lock owner
[illumos-gate.git] / usr / src / man / man1m / smbiod.1m
blob783dd0adf603b1d2e849c468b6900e527afbe9b7
1 '\" te
2 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH SMBIOD 1M "Jul 7, 2009"
7 .SH NAME
8 smbiod \- SMB client I/O daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/smbfs/smbiod\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 \fBsmbiod\fR is a helper program that initiates an SMB reconnection, when
19 needed.
20 .sp
21 .LP
22 When a user runs an \fBsmbutil\fR or \fBmount_smbfs\fR command, an \fBsmbiod\fR
23 process is started and continues to run until that user no longer has any SMB
24 client connections. Only one \fBsmbiod\fR process runs for each user that has
25 SMB client connections.
26 .sp
27 .LP
28 Each \fBsmbiod\fR process instantiates a door service on one of the following
29 files:
30 .RS +4
31 .TP
32 .ie t \(bu
33 .el o
34 \fB/tmp/.smbiod-\fIUID\fR\fR file for normal users
35 .RE
36 .RS +4
37 .TP
38 .ie t \(bu
39 .el o
40 \fB/var/run/smbiod-0\fR file for superuser
41 .RE
42 .sp
43 .LP
44 The \fBsmbiod\fR daemon has no external, customer-accessible interfaces.
45 .SH EXIT STATUS
46 .sp
47 .LP
48 The following exit values are returned:
49 .sp
50 .ne 2
51 .na
52 \fB0\fR
53 .ad
54 .RS 13n
55 Successful completion.
56 .RE
58 .sp
59 .ne 2
60 .na
61 \fB>0\fR
62 .ad
63 .RS 13n
64 An error occurred.
65 .RE
67 .SH FILES
68 .sp
69 .ne 2
70 .na
71 \fB\fB/usr/lib/smbfs/smbiod\fR\fR
72 .ad
73 .RS 25n
74 SMB I/O daemon.
75 .RE
77 .sp
78 .ne 2
79 .na
80 \fB\fB/tmp/.smbiod-\fIUID\fR\fR\fR
81 .ad
82 .RS 25n
83 File on which to instantiate a door service for user \fIUID\fR.
84 .RE
86 .sp
87 .ne 2
88 .na
89 \fB\fB/var/run/smbiod-0\fR\fR
90 .ad
91 .RS 25n
92 File on which to instantiate a door service for superuser.
93 .RE
95 .SH ATTRIBUTES
96 .sp
97 .LP
98 See the \fBattributes\fR(5) man page for descriptions of the following
99 attributes:
104 box;
105 c | c
106 l | l .
107 ATTRIBUTE TYPE  ATTRIBUTE VALUE
109 Interface Stability     Uncommitted
112 .SH SEE ALSO
115 \fBps\fR(1), \fBsmbutil\fR(1), \fBmount_smbfs\fR(1M), \fBattributes\fR(5),
116 \fBsmbfs\fR(7FS)