]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/mount_autofs/mount_autofs.8
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sbin / mount_autofs / mount_autofs.8
1 .\" Copyright (c) 2004 Alfred Perlstein <alfred@FreeBSD.org>
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $Id: mount_autofs.8,v 1.3 2004/09/08 08:12:21 bright Exp $
26 .\" $FreeBSD$
27 .Dd August 30, 2004
28 .Dt MOUNT_AUTOFS 8
29 .Os
30 .Sh NAME
31 .Nm mount_autofs
32 .Nd mount an autofs file system
33 .Sh SYNOPSIS
34 .Nm
35 .Op Fl o Ar options
36 .Ar dummy
37 .Ar node
38 .Sh DESCRIPTION
39 The
40 .Nm
41 utility attaches an autofs file system
42 device on to the file system tree at the point
43 .Ar node .
44 .Pp
45 This command is normally executed by
46 .Xr mount 8
47 at boot time.
48 .Pp
49 The options are as follows:
50 .Bl -tag -width indent
51 .It Fl o
52 Options are specified with a
53 .Fl o
54 flag followed by a comma separated string of options.
55 See the
56 .Xr mount 8
57 man page for possible options and their meanings.
58 .El
59 .Sh SEE ALSO
60 .Xr mount 2 ,
61 .Xr unmount 2 ,
62 .Xr fstab 5 ,
63 .Xr mount 8
64 .Sh HISTORY
65 The
66 .Nm
67 utility first appeared in
68 .Fx 6.0 .
69 .Sh AUTHORS
70 This manual page and the autofs file system suite were written by
71 .An Alfred Perlstein .