I always think that timer is a better way to implement the timer. Later, I found out the disadvantage of timer only when I used Linux commands to create scheduled tasks, in timer, it is very likely that your task will be killed as a dead program ....
CronTab task scheduleFormat:
* *** Command points (0-59), hour (0-23), Day (1-31), month (1-12), Week (0-6)
Note:
1. asterisks can match all characters. 2. An integer. Must be precisely matched. 3. two integers
CronTab task scheduleFormat:* *** Command points (0-59), hour (0-23), Day (1-31), month (1-12), Week (0-6)Note:1. asterisks can match all characters. 2. An integer. Must be precisely matched. 3. two integers separated by short dashes. They match the
Crontab Concept/Introduction
The crontab command is used to set instructions that are periodically executed. This command reads the instruction from the standard input device and stores it in a "crontab" file for later reading and execution.
Cron
1. crontabIntroduction
The crontab command schedules the execution of some commands at certain intervals.
1.1/etc/crontab file
There is a crontab file in the/etc directory, which stores some scheduling tasks that are running
Linux task management tool-Crontab
Crontab is a tool used to execute routine tasks cyclically on the Linux platform. in Linux, cron (crond) is a system service used to control tasks, in Linux, many scheduled tasks need to be started. Therefore, this
1. crontabIntroduction
The crontab command schedules the execution of some commands at certain intervals.
1.1/etc/crontab file
There is a crontab file in the/etc directory, which stores some scheduling programs that are running systematically.
Linux: Crontab scheduled Task Command details 1. Crontab introduces the function of crontab command to schedule the execution of some commands at a certain interval. The 1.1/etc/crontab file has a crontab file under the/etc directory, which stores
Crontab Scheduled Task configuration record, crontab task
First, preface
Today, simply record the configuration of the crontab
Ii. Catalogue of Crontab
/etc/crontab file This is the scheduled task for the system to run/var/spool/cron directory
Http://hi.baidu.com/totorol/blog/item/8349643187099d1debc4af8f.html
Crontab command
The crontab command is used to install, delete, or list tables used to drive cron background processes. That is to say, the user puts the command sequence to be
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.