aboutsummaryrefslogtreecommitdiff
path: root/scheduling/cron.md
blob: d2566473c00a08f5c83fb42b64d35aafa0116909 (plain)
1
2
3
4
5
6
7
8
Handy built in reference to cron is the `cat /etc/crontab`

Switch to a specific user that will run the task via `su - some_user`, then
edit the crontab via `crontab -e`. Use the cheat sheet above to schedule the
right time.

Common useful command utilites
TODO