Cron

Cron is a phenomenal scheduling tool.

"crontab -e" will start en editor for the user,

"crontab -l" will list all user's tasks.

Tools

    • Crontab Generator (link) may hepl with complex scheduling syntax.
    • Cron Guru (link)

Links

    • Scheduling tasks with cron (link)