Discover ubuntu change crontab editor, include the articles, news, trends, analysis and practical advice about ubuntu change crontab editor on alibabacloud.com
For details about how to use crontab in Ubuntu, ubuntucrontab
If a php script needs to be run at a specified time, such as regular website data statistics, automatic Database Backup tasks, and timed email sending.
If we do not use Cron to execute
Usage of crontab in Ubuntu
If a php script needs to be run at a specified time, such as regular website data statistics, automatic Database Backup tasks, and timed email sending.
If we do not use Cron to execute php scripts, we may use the php
sudo crontab-e5 * * * * 5 minutes per hour*/5 * * * * * every 5 minutes0 2 * * * Daily 2 o'clock in the morning executionCron is a timed execution tool under Linux that can run a job without human intervention. Since Cron is a built-in service for
Cron is a regular execution tool under Linux that can run jobs without human intervention. Because Cron is a built-in service for Linux, it does not automatically get up and you can start and close this service in the following ways:
/sbin/service
A simple instance used by crontab
1) create a file in any directory of ubuntu
# Touch cronfile01
2) EDIT crontab file01 [note]: If the root user uses crontab-e to write the root file in the/etc/spool/cron/crontabs directory, this file is written by
Parse the crontab command in Ubuntu. Cron is a background process in Linux and is used to regularly execute some tasks. Because I use Ubuntu, all the commands in this article can only be valid in Ubuntu, but other cron is a background process in
This article provides a detailed analysis of some usage of the crontab command in Ubuntu. For more information, see Ubuntu.
Cron is a background process in Linux and is used to regularly execute some tasks. Because I use Ubuntu, all the commands in
I./Related INTRODUCTION
1/rsync
Rsync,remotesynchronize as implies know it is a remote synchronization of the software, it synchronizes files at the same time, you can keep the original file permissions, time, soft and hard links and other
Brief introduction
The crontab command is common in UNIX and unix-based operating systems, and is used to set periodically executed instructions. This command reads the instruction from the standard input device and stores it in a "crontab" file
The first part crontab introductionEach operating system has its automatic Timer launcher function, Windows has its Task Scheduler, and Linux corresponds to the function of crontab.Crontab IntroductionThe crontab command is commonly used in Unix-and
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.