nightly: remove unused BINARCHIVE
[unleashed.git] / share / man / man4 / rmtab.4
blob85f501df8fa3da6a8857e3cc3c1d9ea569933325
1 '\" te
2 .\" Copyright (C) 1999, Sun Microsystems,
3 .\" Inc. All Rights Reserved
4 .\" 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.
5 .\" 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.
6 .\" 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]
7 .TH RMTAB 4 "Nov 15, 1990"
8 .SH NAME
9 rmtab \- remote mounted file system table
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/etc/rmtab\fR
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 \fBrmtab\fR contains a table of filesystems that are remotely mounted by
20 \fBNFS\fR clients. This file is maintained by \fBmountd\fR(8), the mount
21 daemon. The data in this file should be obtained only from  \fBmountd\fR(8)
22 using the \fBMOUNTPROC_DUMP\fR remote procedure call.
23 .sp
24 .LP
25 The file contains a line of information for each remotely mounted filesystem.
26 There are a number of lines of the form:
27 .sp
28 .in +2
29 .nf
30 \fBhostname\fR\fB:\fR\fIfsname\fR
31 .fi
32 .in -2
34 .sp
35 .LP
36 The mount daemon adds an entry for any client that successfully executes a
37 mount request and deletes the appropriate entries for an unmount request.
38 .sp
39 .LP
40 Lines beginning with a hash (' \fB#\fR') are commented out. These lines are
41 removed from the file by \fBmountd\fR(8) when it first starts up. Stale
42 entries may accumulate for clients that crash without sending an unmount
43 request.
44 .SH FILES
45 .sp
46 .ne 2
47 .na
48 \fB\fB/etc/rmtab\fR\fR
49 .ad
50 .RS 14n
52 .RE
54 .SH SEE ALSO
55 .sp
56 .LP
57 \fBmountd\fR(8), \fBshowmount\fR(8)