[KLUG Members] cron ???

Wesley Leonard members@kalamazoolinux.org
09 Feb 2003 18:18:39 -0500


Here's a link to a primer presented to KLUG many years ago:

http://kalamazoolinux.org/presentations/19980721/cron1.html

The main thing is to run the command:

crontab -e

and enter something like this:

* * * * * /bin/command


Each * can be replaced with a different time value.  I think it goes
like this:

minute, hour, day (0f week), month, year.  An * means EVERY.  So:

0 6 * * * /bin/alarm

The above would run at 6:00 am every day of every month of every year.

have fun!

On Sun, 2003-02-09 at 17:03, Jon Smitley wrote:
> I am looking for some more info about setting up cron jobs
> (at,cron,anacron).  If you wouldn't mind, these small useful utilities
> might make a short presentation for those of us who feel we're somewhere
> in between the newbie and those of you who use these type of things
> almost daily.
-- 
Wesley Leonard <linuxbox@pacdemon.NOSPAM.org>