RSS
Home
|
Link Us
|
Contact
Categories
-- All --
Perl
PHP
MySQL
Windows
JavaScript
HTML
Apache
CVS
Linux
SEO
Perl (9)
PHP (35)
MySQL (5)
Windows (7)
JavaScript (5)
HTML (6)
Apache (6)
CVS (4)
Linux (13)
SEO (11)
The registration is temporarily disabled.
However you can post your comments without registration.
Authentication
Username:
Password:
Register
|
Lost password
-->
Simple cron/crontab daemon usage run/execute/schedule script/program every 5 10 15 minutes
Home
»
Linux
»
Simple cron/crontab daemon usage run/execute/schedule script/program every 5 10 15 minutes
Date: 2005-12-19
Simple cron/crontab daemon usage run/execute/schedule script/program every 5 10 15 minutes
Download
|
Printer Friendly
Add to Google
Add to Del.icio.us
Add to Digg
Add to Technorati
Add to Yahoo!
Add to Blinklist
Add to Furl
Add to reddit
crontab -u root -e Edit current job list for root user. crontab -u root -l - lists the crontab job list for the root user. crontab -u root -r - removes the crontab job list for the root user. crontab run script every 5 minutes # min hour day/month month day/week */5 * * * * /root/script.pl crontab run script every 10 minutes # min hour day/month month day/week */10 * * * * /root/script.pl crontab run script every 15 minutes # min hour day/month month day/week */15 * * * * /root/script.pl # run fifteen minutes after midnight, every day 15 0 * * * /root/script.pl a crontab entry fields are: 1. Minute - Minutes after the hour (0-59). 2. Hour - 24-hour format (0-23). 3. Day - Day of the month (1-31). 4. Month - Month of the year (1-12). 5. Weekday - Day of the week. (0-6, where 0 indicates Sunday).
Comments
No comments yet.
Post a comment
Your Name
Your Email
(won't be published)
Site
(e.g. http://)
*
Title
*
Comment
*
Required fields.
Copyright © 2005-2008
Execution time: 0.02986
hosted by
1and1