Query: anacrontab
OS: linux
Section: 5
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ANACRONTAB(5) Anacron Users' Manual ANACRONTAB(5)NAME/etc/anacrontab - configuration file for anacronDESCRIPTIONThe file /etc/anacrontab describes the jobs controlled by anacron(8). Its lines can be of three kinds: job-description lines, environment assignments, or empty lines. Job-description lines are of one of these two forms: period delay job-identifier command @period_name delay job-identify command The period is specified in days, the delay in minutes. The job-identifier can contain any non-blank character, except slashes. It is used to identify the job in Anacron messages, and as the name for the job's timestamp file. The command can be any shell command. The fields can be separated by blank spaces or tabs. The period_name can only be set to monthly at the present time. This will ensure jobs are only run once a month, no matter the number of days in this month, or the previous month. Environment assignment lines are of the form: VAR = VALUE Spaces around VAR are removed. No spaces around VALUE are allowed (unless you want them to be part of the value). The assignment takes effect from the next line to the end of the file, or to the next assignment of the same variable. Empty lines are either blank lines, line containing white-space only, or lines with white-space followed by a '#' followed by an arbitrary comment. You can continue a line onto the next line by ending it with a ''.SEE ALSOanacron(8) The Anacron README file.AUTHORItai Tzur <itzur@actcom.co.il> Currently maintained by Pascal Hakim <pasc@(debian.org|redellipse.net)>. Pascal Hakim 2004-07-11 ANACRONTAB(5)
Related Man Pages |
---|
qstat(1) - debian |
anacrontab(5) - debian |
qstat(1) - php |
qstat(1) - opendarwin |
qstat(1) - plan9 |
Similar Topics in the Unix Linux Community |
---|
how to include field separator if there are blank fields? |
replacing blank lines |
Can't remove blank lines from a file |
Adding lines at end of a line |
Number of days in the previous month |