File: autofs.8.in

package info (click to toggle)
autofs 5.0.8-2%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 3,704 kB
  • ctags: 2,708
  • sloc: ansic: 25,843; yacc: 879; lex: 615; sh: 466; makefile: 462
file content (57 lines) | stat: -rw-r--r-- 1,572 bytes parent folder | download | duplicates (2)
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
.TH AUTOFS 8 "9 Sep 1997"
.SH NAME
@@initdir@@/autofs \- Control Script for automounter
.SH SYNOPSIS
.B @@initdir@@/autofs
.I start|stop|restart|reload|status
.SH "DESCRIPTION"
.B autofs
controls 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 be manually invoked by the system administrator to shut
down, restart or reload the automounters.
.P
.SH "OPERATION"
.B autofs
will consult a configuration file
.I @@autofsmapdir@@/auto.master
(see
.BR auto.master (5))
by default to find mount points on the system. For each of those mount points
.BR automount (8)
will mount and start a thread, with the appropriate parameters, to
manage the mount point.
.P
.B @@initdir@@/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 @@initdir@@/autofs status
will display the status of,
.BR automount (8),
running or not.
.SH "SEE ALSO"
.BR automount (8),
.BR autofs (5),
.BR auto.master (5).
.BR autofs_ldap_auth.conf (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>.