aboutsummaryrefslogtreecommitdiffstats
path: root/man/autofs.8.in
blob: 2741c86444d1914fd0216b2f36af675e5535b81c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.\" $Id$
.TH AUTOFS 8 "9 Sep 1997"
.SH NAME
@@INIT.D@@/autofs \- Control Script for automounter
.SH SYNOPSIS
.B @@INIT.D@@/autofs
.I start|stop|reload
.SH "DESCRIPTION"
.B autofs
control the operation of the
.BR automount (8)
daemons running on the Linux system. Usually
.B autofs
is invoked at system boot time with the
.I start
parameter and at shutdown time with the
.I stop
parameter. The
.B autofs
script can also manually be invoked by the system administrator to shut
down, restart or reload the automounters.
.P
.SH "OPERATION"
.B autofs
will consult a configuration file
.I /etc/auto.master
(see
.BR auto.master (5))
to find mount points on the system. For each of those mount points a
.BR automount (8)
process is started with the appropriate parameters. You can check the
active mount points for the automounter with the
.B @@INIT.D@@/autofs status
command. After the
.I auto.master
configuration file is processed the
.B autofs
script will check for an NIS map with the same name. If such a map exists
then that map will be processed in the same way as the auto.master map. The
NIS map will be processed last.
.P
.B @@INIT.D@@/autofs reload
will check the current auto.master map against running daemons. It will kill
those daemons whose entries have changed and then start daemons for new or  
changed entries.
.P
If a map is modified then the change will become effective immediately. If
the
.I auto.master
map is modified then the
.B autofs
script must be rerun to activate the changes.
.P
.B @@INIT.D@@/autofs status
will display the current configuration and a list of currently running
automount daemons.
.SH "SEE ALSO"
.BR automount (8),
.BR autofs (5),
.BR auto.master (5).
.SH AUTHOR
This manual page was written by Christoph Lameter <chris@waterf.org>,
for the Debian GNU/Linux system.  Edited by H. Peter Anvin
<hpa@transmeta.com>.