Linux_5day------------using the crontab Dispatch command

Source: Internet
Author: User

Use of DISPATCH commands

    1. General Command execution

[Email protected]/]# date >>/home/mydate.txt#--------------------------- View effects---------------------------------[[email protected]/]# Cat/home/mydate.txtmon 07:04:56 EDT 2015

2. Execution of DISPATCH commands

[[email protected]/]# Crontab-eno crontab for root-using an empty one* * * * * Date >>/home/mydate.txt# time of the moon Week #* * * * * represents #0 per minute 2 * * * for daily 2:00#0 2 3 * * for 3rd monthly 2:00#0 2 3 4 * for April 3 2:00#0 2 * 0 for 2:00# per Monday------------------- --------viewing effects---------------------------------[[email protected]/]# Cat/home/mydate.txtmon 07:04:56 EDT 2015Mon 07:07:01 EDT 2015Mon 07:08:01 EDT 2015Mon 07:09:01 EDT 2015

3. Dispatching commands by invoking execution files

[Email protected]/]# vi/home/mydate.shdate >>/home/mydate2.txt[[email protected]/]# chmod 744/home/mydate.sh[ [Email protected]/]# crontab-e* * * * */home/mydate.sh#--------------------------- View effects---------------------------------[[email protected]/]# Cat/home/mydate2.txtmon 07:14:01 EDT 2015


Linux_5day------------using the crontab Dispatch command

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.