LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cron??? (https://www.linuxquestions.org/questions/linux-newbie-8/cron-57261/)

yenonn 04-29-2003 03:16 AM

Cron???
 
Dear all,

What is cron? I want to learn cron, are there any url
got this related tutorial to show me a step-by-step
of using cron?
pls revert !!!!! thanks!

Cheers,
yenonn

acid_kewpie 04-29-2003 03:30 AM

this really is all in cron's manpage you know...

Ztyx 04-29-2003 03:40 AM

# man cron

MasterC 04-29-2003 08:42 AM

I don't know if it's distro specific, but check man crontab. I just figured out how to use this the other day, works great.

Format is:
Minute Hour Date Month DayOFWeek Application

If any part isn't used replace it with a *

Example:
To have ls execute at 755 PM on April 30'th:
55 19 30 apr * ls

And if you don't send it to a log somewhere, you will get an email regarding the execution of "ls"

;)

Cool

benjaminrtz 04-29-2003 11:05 AM

First Check if the crond (cron daemon) is running


All times are GMT -5. The time now is 11:58 PM.