|
|
crontab copies the specified file, or the standard input if no file is specified, into a directory that holds all users' crontab files. A user's crontab file lists commands that are to be executed on behalf of that user at specified times on specified dates; the format of these files is described in crontab.5
If the file /var/spool/cron/cron.allow exists, only users whose username appears in it can use crontab. If that file does not exist, however, crontab checks the /var/spool/cron/cron.deny file to determine if the user should be denied the use of crontab. If neither file exists, only the super-user is allowed to submit a crontab job. If cron.allow does not exist and cron.deny exists and is empty, global usage is permitted. The allow/deny files consist of one user name per line.
If you inadvertently enter the crontab command with no argument, do not attempt to get out by typing CTRL-D. This removes all entries in your crontab file. Instead, exit by typing your interrupt character (normally CTRL-C).
|
|
Created by unroff & hp-tools. © somebody (See intro for details). All Rights Reserved. Last modified 11/5/97