Quote:
In your opinion, what is the best way to create a crontab?
|
It depends, typically those jobs that are considered system tasks are typically put in /etc/cron.d, cron.hourly, cron,daily or cron.weekly. Tasks specific to a user are created under that user using crontab -e.