Basic tutorial on the use of crontab under Linux

  
 

Execute every five minutes*/5 * * * *

Execute every hour 0 * * * *

Execute 0 0 every day * * *

Performance every week 0 0 * * 0

Execute 0 0 1 per month * *

Execute 0 0 1 1 *

1. Use the crontab command to modify the crontab configuration file. The configuration is then executed by the cron utility at the appropriate time, and the command usage rights are all users. 2. Format crontab [-u user] {-l

Copyright © Windows knowledge All Rights Reserved