Unix-commands-atd

提供:Dev Guides
移動先:案内検索

atd-Unix、Linuxコマンド

link:/unix_commands/index [previous] link:/unix_commands/index [next] [[1]] php [AddThis Social Bookmark Button]

NAME

概要

  • atd-l load_avg -b * *batch_interval -d-s-n *

説明

*atdat*

オプション

Tag Description
-l Specifies a limiting load factor, over which batch jobs should not be run, instead of the compile-time choice of 0.8. For an SMP system with n CPUs, you will probably want to set this higher than n-1.
-b Specifiy the minimum interval in seconds between the start of two batch jobs (60 default).
*-d * Debug; print error messages to standard error instead of using* syslog*(3) .
*-s * Process the at/batch queue only once. This is primarily of use for compatibility with old versions of* at*; atd -s *is equivalent to the old atrun command. A script invoking atd -s is installed as/usr/sbin/atrun* for backward compatibility.
-n Don’t fork option.

警告

  • atd * no_root_squash

ファイル

/var/spool/at

_/var/spool/at/spool_出力を保存するディレクトリ。これはモード700、所有者ルートである必要があります。

/etc/at.allow _、/etc/at.deny_は、 at システムを使用できるユーザーを決定します。

関連項目

  • リンク:/unix_commands/at [at(1)]
  • リンク:/unix_commands/atrun [atrun(1)]
  • リンク:/unix_commands/cron [cron(8)]
  • リンク:/unix_commands/crontab [crontab(1)]
  • atdcron * link:/unix_commands/index [previous] link:/unix_commands/index [next] link:/cgi-bin/printversion.cgi?tutorial = unix_commands&file = atd [Printer Friendly]
  
Advertisements