Linux Foundation-crontab Scheduled Tasks

Source: Internet
Author: User

The Linux system uses the crontab command to manage scheduled tasks, mainly: View the Scheduled Tasks list, edit the Scheduled tasks, and clear the scheduled tasks.
one, crontab command options

[[email protected] ~]# crontab-l//-L View scheduled Task list [[email protected] ~]# CRONTAB-E//-e edit Scheduled task [[email protected] ~]# Cront Ab-r/-R clears all scheduled tasks 123


Ii. crontab Edit the task of planning
2.1 Basic Syntax:

* * * * * * Command1


The first 5 * represents the minutes, hours, days, months, and weeks, and the command represents the order to be executed.

2.2 Special Symbols

Represents a non-sequential time
-
Represents a continuous time
*/n How often do you represent



2.3 Example:

3 * * */root/mysql.sh//Daily 3:30 A.M. execute/root/mysql.sh script 0 3 1,15,30 */root/mysql.sh//monthly 1th, 15th, 30th # 3 o'clock in the morning execute/R oot/mysql.sh Script 0 3 * * 1-5/root/mysql.sh//Monday to Friday 3 o'clock in the morning execute/root/mysql.sh script */10 * * * */root/mysql.sh//every 10 minutes Execute/root/mysql.sh Script


Linux Foundation-crontab Scheduled Tasks

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.