vote up 2 vote down star
1

I prefer to stick scheduled tasks in /etc/crontab so I can see at a glance what's scheduled to run, regardless of which user the task runs as.

The only gotcha is that the format isn't validated on save, unlike crontab -e -- so a stray character can quietly break the entire cron.

Is there a way to validate the /etc/crontab format before/after save?


80% accept rate
This question belongs on servervault.com – Sean Bright Jul 21 at 19:35

migrated to serverfault.com by Sean Bright, chaos, zombat, skaffman, SilentGhost Jul 21 at 20:22

Browse other questions tagged or ask your own question.