1 '\" te
2 .\" Copyright (C) 2008, 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 SHARE_NFS 1M "May 6, 2009"
7 .SH NAME
8 share_nfs \- make local NFS file systems available for mounting by remote
9 systems
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fBshare\fR [\fB-d\fR \fIdescription\fR] [\fB-F\fR nfs] [\fB-o\fR \fIspecific_options\fR] \fIpathname\fR
14 .fi
15
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The \fBshare\fR utility makes local file systems available for mounting by
20 remote systems. It starts the \fBnfsd\fR(1M) and \fBmountd\fR(1M) daemons if
21 they are not already running.
22 .sp
23 .LP
24 If no argument is specified, then \fBshare\fR displays all file systems
25 currently shared, including \fBNFS\fR file systems and file systems shared
26 through other distributed file system packages.
206 .na
207 \fB\fBro=\fR\fIaccess_list\fR\fR
208 .ad
209 .sp .6
210 .RS 4n
211 Sharing is read-only to the clients listed in \fIaccess_list\fR; overrides the
212 \fBrw\fR suboption for the clients specified. See \fIaccess_list\fR below.
213 .RE
214
215 .sp
216 .ne 2
217 .na
218 \fB\fBroot=\fR\fIaccess_list\fR\fR
219 .ad
220 .sp .6
221 .RS 4n
222 Only root users from the hosts specified in \fIaccess_list\fR have root access.
223 See \fIaccess_list\fR below. By default, no host has root access, so root users
224 are mapped to an anonymous user \fBID\fR (see the \fBanon=\fR\fIuid\fR option
225 described above). Netgroups can be used if the file system shared is using UNIX
226 authentication ( \fBAUTH_SYS\fR).
227 .RE
228
229 .sp
230 .ne 2
231 .na
232 \fB\fBroot_mapping=\fIuid\fR\fR\fR
233 .ad
234 .sp .6
235 .RS 4n
236 For a client that is allowed root access, map the root UID to the specified
237 user id.
238 .RE
239
240 .sp
241 .ne 2
242 .na
243 \fB\fBrw\fR\fR
244 .ad
245 .sp .6
246 .RS 4n
|
1 '\" te
2 .\" Copyright (C) 2008, 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 SHARE_NFS 1M "Mar 17, 2014"
7 .SH NAME
8 share_nfs \- make local NFS file systems available for mounting by remote
9 systems
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fBshare\fR [\fB-d\fR \fIdescription\fR] [\fB-F\fR nfs] [\fB-o\fR \fIspecific_options\fR] \fIpathname\fR
14 .fi
15
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The \fBshare\fR utility makes local file systems available for mounting by
20 remote systems. It starts the \fBnfsd\fR(1M) and \fBmountd\fR(1M) daemons if
21 they are not already running.
22 .sp
23 .LP
24 If no argument is specified, then \fBshare\fR displays all file systems
25 currently shared, including \fBNFS\fR file systems and file systems shared
26 through other distributed file system packages.
206 .na
207 \fB\fBro=\fR\fIaccess_list\fR\fR
208 .ad
209 .sp .6
210 .RS 4n
211 Sharing is read-only to the clients listed in \fIaccess_list\fR; overrides the
212 \fBrw\fR suboption for the clients specified. See \fIaccess_list\fR below.
213 .RE
214
215 .sp
216 .ne 2
217 .na
218 \fB\fBroot=\fR\fIaccess_list\fR\fR
219 .ad
220 .sp .6
221 .RS 4n
222 Only root users from the hosts specified in \fIaccess_list\fR have root access.
223 See \fIaccess_list\fR below. By default, no host has root access, so root users
224 are mapped to an anonymous user \fBID\fR (see the \fBanon=\fR\fIuid\fR option
225 described above). Netgroups can be used if the file system shared is using UNIX
226 authentication (\fBAUTH_SYS\fR).
227 .RE
228
229 .sp
230 .ne 2
231 .na
232 \fB\fBroot_mapping=\fIuid\fR\fR\fR
233 .ad
234 .sp .6
235 .RS 4n
236 For a client that is allowed root access, map the root UID to the specified
237 user id.
238 .RE
239
240 .sp
241 .ne 2
242 .na
243 \fB\fBrw\fR\fR
244 .ad
245 .sp .6
246 .RS 4n
|