From d2168fe021bd1693c1038503e09d3d74dd8b6f36 Mon Sep 17 00:00:00 2001 From: charnier Date: Sun, 14 Jul 2002 14:47:15 +0000 Subject: The .Nm utility --- usr.sbin/cron/cron/cron.8 | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'usr.sbin/cron') diff --git a/usr.sbin/cron/cron/cron.8 b/usr.sbin/cron/cron/cron.8 index d47735b..bd5cf35 100644 --- a/usr.sbin/cron/cron/cron.8 +++ b/usr.sbin/cron/cron/cron.8 @@ -29,26 +29,31 @@ .Op Fl o .Op Fl x Ar debugflag Ns Op , Ns Ar ... .Sh DESCRIPTION -.Nm Cron -should be started from +The +.Nm +utility should be started from .Pa /etc/rc or .Pa /etc/rc.local . It will return immediately, so you don't need to start it with '&'. .Pp -.Nm Cron -searches +The +.Nm +utility searches .Pa /var/cron/tabs for crontab files which are named after accounts in .Pa /etc/passwd ; crontabs found are loaded into memory. -.Nm Cron -also searches for +The +.Nm +utility also searches for .Pa /etc/crontab which is in a different format (see .Xr crontab 5 ) . -.Nm Cron +The +.Nm +utility then wakes up every minute, examining all stored crontabs, checking each command to see if it should be run in the current minute. When executing commands, any output is mailed to the owner of the crontab (or to the user -- cgit v1.1