crontab -e will bring up your favorite editor. Afterwards you will need to put the following line :
0 10 * * * /your/script_name
You do not need to be logged in to have cron run. Cron will run the script as the user you were logged in as when you typed crontab -e. Below is more info about cron. Again, I highly recommend reading man cron.
Each line of CRONTAB has the following structure:
<Minute> <Hour> <Day> <Month> <Day of Week> <Command line>
Position: Values:
Minute 0-59
Hour 0-23
Day 1-31
Month 1-12
Day of week 0-6 (0=Sunday, 1=Monday, ..., 6=Saturday)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.