Crontab scheduled time execution Program

Source: Internet
Author: User

Crontab-u // set a user's cron service. Generally, the root user needs this parameter when executing this command.
Crontab-l // list the details of a user's cron Service
Crontab-r // Delete the cron service of no user
Crontab-E // edit a user's cron Service

For example, to view your cron settings as root:
Crontab-u root-l

For example, Root wants to delete Fred's cron settings:
Crontab-u Fred-R

When editing the cron service, the edited content has some formats and conventions. Enter:
Crontab-u root-e
In VI editing mode, the edited content must comply with the following format: Reference:
*/1 ***** ls>/tmp/ls.txt

[Root @ centos5 cron] # crontab-e
 
*/1 *** Ping blog.csdn.net/magicbreaker
~
"Crontab. xxxxw48lqg" 1l, 33C written
Crontab: Installing new crontab
[Root @ centos5 cron] # crontab-l
*/1 *** Ping blog.csdn.net/magicbreaker

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.