|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 608 (0x260)
Types: TextFile
Notes: UNIX file
Names: »crontab«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »sys/build/help/crontab«
y|yes - do it
no - don't
%
Cron is a program started in the /etc/rc script. It never exits,
and its purpose is to execute lines from /usr/lib/crontab at given
times. A line looks like this:
minutes hours days months weekdays command_to_execute
Cron examines the file once a minute, and if the current time matches
the pattern, it runs the command (using /bin/sh). Example:
0 9,12,15 * 1-6,8-12 1-5 echo "Coffee break" > /dev/console
(figure it out). If you type 'yes' we'll try to write a simple crontab
file. For some additional info see manual cron(8).