howtos/scheduling/cron.md

9 lines
262 B
Markdown
Raw Normal View History

2024-08-12 16:16:15 +00:00
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