8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man4 / dfstab.4
blob44eb353d4c3aba2dae5f1543caf01df3ec242bf3
1 '\" te
2 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
3 .\" Copyright 1989 AT&T
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 DFSTAB 4 "Aug 15, 2008"
8 .SH NAME
9 dfstab \- file containing commands for sharing resources across a network
10 .SH DESCRIPTION
11 .sp
12 .LP
13 \fBdfstab\fR resides in directory \fB/etc/dfs\fR and contains commands for
14 sharing resources across a network. \fBdfstab\fR gives a system administrator a
15 uniform method of controlling the automatic sharing of local resources.
16 .sp
17 .LP
18 Each line of the \fBdfstab\fR file consists of a \fBshare\fR(1M) command. The
19 \fBdfstab\fR file can be read by the shell to share all resources. System
20 administrators can also prepare their own shell scripts to execute particular
21 lines from \fBdfstab\fR.
22 .sp
23 .LP
24 The contents of \fBdfstab\fR put into effect when the command shown below is
25 run. See \fBsvcadm\fR(1M).
26 .sp
27 .in +2
28 .nf
29 /usr/sbin/svcadm enable network/nfs/server
30 .fi
31 .in -2
33 .SH SEE ALSO
34 .sp
35 .LP
36 \fBshare\fR(1M), \fBshareall\fR(1M), \fBsharemgr\fR(1M), \fBsvcadm\fR(1M)
37 .SH NOTES
38 .sp
39 .LP
40 Do not modify this file directly. This file is reconstructed and only
41 maintained for backwards compatibility. Configuration lines could be lost.
42 .sp
43 .LP
44 Use the \fBsharemgr\fR(1M) command for all share management.