
Skip to: site menu |main content
Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.
Cron executes commands at specified intervals. These commands are called "cron jobs." Cron is available on Unix, Linux and Mac servers. Windows servers use a Scheduled Task to execute commands.
The cron command
To edit a crontab through the command line, type:
crontab -e
In the following example, the crontab command shown below will activate the cron tasks automatically on the hour:
0 * * * * wget -O - -q -t 1 http://www.indersingh.com/cron.php
# +---------------- minute (0 - 59)
# | +------------- hour (0 - 23)
# | | +---------- day of month (1 - 31)
InderSingh.com v1.2
(Feb 05, 2012)
Recent comments
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
1 year 5 days ago
1 year 5 days ago
1 year 5 days ago
1 year 16 weeks ago
1 year 18 weeks ago
1 year 19 weeks ago
1 year 23 weeks ago