Use cron in Ubuntu 14.04 for job automation, 14.04 cronChszs, author of cron in Ubuntu 14.04, is copyrighted and cannot be reproduced without consent. Blogger home: http://blog.csdn.net/chszs
Cron is one of the most useful tools in Linux. cron jobs are scheduled to run when
automate job using cron in Ubuntu 14.04
Author: Chszs, All rights reserved, without the consent, may not reprint. Bo main home: Http://blog.csdn.net/chszs
Cron is one of the most useful tools in the Linux system, and the cron job is the
You've been doing Windows development before, and Linux is required in recent projects. As a small rookie, hurriedly bought a classic book "Bird Brother's Linux private dishes" study. Recently there was a small task- because the product generated a lot of log, and grew fast, so you need to use the script (Bash scripts) to delete the expired log file .Using cron job under Linux can be a good solution to this
There is no solution for PHP itself to execute scheduled tasks, but it is completed by using the sleep function. In this way, you need to make some configuration in advance, such as the implementation process:
(); (0); =60*30; (); }();
However, I have some concerns about the performance of this method, but it is also a temporary method.
I recommend that you use scripts to implement it. By using the scheduled task mechanism of the OS itself, windows will use bat scripts. Howev
For PHP itself there is no set of solutions to perform timed tasks, but it is done with the sleep function. Such a party is to do some configuration in advance, such as the implementation process:Ignore_user_abort();//turn off the browser and the PHP script will continue to execute. Set_time_limit(0);//set_time_limit (0) allows the program to be implemented without restrictions $interval=60*30;//running every half hour Do{ //Here is the code you want to execute Sleep($int
, from the log can be seen as/bin/sh:java command not foundThis shows that the environment variables used by Cron are not the environment variables of the system, but their environment variables, which is plainly, crontab cannot read the information under the/etc/profile.Iv. Solutions:1. Modify Crontab to invoke a script instead of executing the jar directlyComing: Cornjob for 0 * * * java-jar/home/opscoder/topo-audit.jarModified to: 0 * * */home/opsc
Setting up Cron Job Using crontab:Step 1:open a Terminal windows (Command line) in Linux.
Step 2:the Following is a list of cron directories:/etc/cron.hourly
/etc/cron.daily/etc/cron.weekly/etc/cron.monthly
Copy your shell script ' script.sh ' or ' script ' into one of the directories above. If you are need to run the script hourly, place your script file in the
Cron is a Daemon,cron job for Linux that is a task that Cron is scheduled to perform. Cron uses a special configuration file, the crontab file, to set the execution time or frequency of a command or script. Crontab has previously been introduced to the basics of use, no long
The previous two is a simple trigger (Simpletrigger), Simpletrigger can only handle simple events, if you want to be flexible to trigger the task, you need to
Crontrigger this important person.
Crontrigger is also one of the most important features of quartz, by quartz specific cron expression to determine a certain kind of time, can complete similar "November 11, 2011 (God Stick Day, has passed), each Wednesday xxx" complex timing tasks.
Code or old
The command to view a timed task is: crontab-l the command to edit a timed task is: CRONTAB-E (effective immediately after editing if comments can be added at the beginning of the line with # and VI) Timed task description each action a taskEach line is divided into six sections, each separated by a space and separated by commas.Minute hour day_of_month month weekday commandUsing * in the first five fields means all points in timeminute:0-59Hour:0-23,0 stands for 0 pointsDay_of_month:1-31Month:1
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.