File: atd.8

package info (click to toggle)
manpages-ja 0.5.0.0.20180315%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,516 kB
  • sloc: perl: 161; makefile: 101
file content (116 lines) | stat: -rw-r--r-- 3,794 bytes parent folder | download | duplicates (3)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.\"
.\" Original man-page is part of at-3.1.14.
.\"
.\" This is the Debian GNU/Linux prepackaged version of the deferred
.\" execution scheduler called at.
.\"
.\" This package was debianized by its author Thomas Koenig
.\" <ig25@rz.uni-karlsruhe.de>, taken over and re-packaged first by Martin
.\" Schulze <joey@debian.org> and then by Siggy Brentrup <bsb@winnegan.de>,
.\" and then taken over by Ryan Murray <rmurray@debian.org>.
.\"
.\" In August 2009 the upstream development and Debian packaging were taken over
.\" by Ansgar Burchardt <ansgar@debian.org> and Cyril Brulebois <kibi@debian.org>.
.\"
.\" This may be considered the experimental upstream source, and since there
.\" doesn't seem to be any other upstream source, the only upstream source.
.\"
.\"    Copyright: 1993, 1994, 1995, 1996, 1997 (c) Thomas Koenig
.\"               1993 (c) David Parsons
.\" 	      2002, 2005 (c) Ryan Murray
.\"
.\"    This program is free software; you can redistribute it and/or modify
.\"    it under the terms of the GNU General Public License as published by
.\"    the Free Software Foundation; either version 2 of the License, or
.\"    (at your option) any later version.
.\"
.\"    This program is distributed in the hope that it will be useful,
.\"    but WITHOUT ANY WARRANTY; without even the implied warranty of
.\"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\"    GNU General Public License for more details.
.\"
.\" Japanese Version Copyright (c) 1996 NAKANO Takeo all rights reserved.
.\" Translated Mon 22 Jun 1998 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\"
.\" Modified to reflect changes at-3.1.14
.\" Fri 1 Aug 2014, by Takayuki Ogawa <takayuki@compusophia.com>
.\"
.TH ATD 8 2009-11-14
.SH 名前
atd \- 後で実行するためにキューに入れられたジョブを実行する
.SH 書式
.B atd
.RB [ -l
.IR load_avg ]
.RB [ -b
.IR batch_interval ]
.RB [ -d ]
.RB [ -f ]
.RB [ -s ]
.SH 説明
.B atd
.BR at (1)
によってキューに入れられたジョブを実行する。
.PP
.SH オプション
.TP 8
.B -l
負荷レベル (load factor) の限界値を指定する。これより大きい状態では、
batch ジョブは起動されない。コンパイル時のデフォルトの値は 0.8 である。
.I n
個の CPU からなる SMP システムでは、この値は
.I n-1
より大きくすると良いだろう。
.TP 8
.B -b
バッチジョブの起動間隔の最小値を秒単位で指定する (デフォルトは 60)。
.TP 8
.B -d
デバッグモード。エラーメッセージを
.BR syslog (3)
に渡すのではなく、標準エラー出力に表示する。
このオプションは
.BR -f
も意味する。
.TP
.B -f
.BR atd
をフォアグラウンドで実行する。
.TP 8
.B -s
at/batch キューを一回しか処理しない。これは主として古いバージョンの
.B at
との互換性を保つために用いられる。
.SH 警告
スプールディレクトリが NFS 経由でマウントされている場合は、たとえ
.I no_root_squash
を設定していても、
.B atd
はうまく動作しないだろう。
.SH ファイル
.I /var/spool/cron/atjobs
ジョブを保存するディレクトリ。このディレクトリはモードを 700、オーナーを
daemon にするべきである。
.PP
.I /var/spool/cron/atspool
出力を保存するディレクトリ。このディレクトリはモードを 700、オーナーを
daemon にするべきである。
.PP
.IR /etc/at.allow ,
.IR /etc/at.deny
によって、だれが
.B at
システムを利用できるか決定できる。
.SH 関連項目
.BR at (1),
.BR at.deny (5),
.BR at.allow (5),
.BR cron (8),
.BR crontab (1),
.BR syslog (3)
.SH バグ
.B atd
の機能は
.BR cron (8)
へ統合されるべきである。