Configure and Schedule
1. When does cron.daily run? grep run-parts /etc/crontab Cron job definition
| crontab
Example (arix-be) # do daily/weekly/monthly maintenance # min hour day month weekday command */15 * * * * run-parts /etc/periodic/15min 0 * * * * run-parts /etc/periodic/hourly 0 2 * * * run-parts /etc/periodic/daily 0 3 * * 6 run-parts /etc/periodic/weekly 0 5 1 * * run-parts /etc/periodic/monthly |
Cheatography
https://cheatography.com
Logrotate and Cron Job Cheat Sheet by Architect Handbook
How's Your Readability?
Cheatography is sponsored by Readable.com. Check out Readable to make your content and copy more engaging and support Cheatography!
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets