diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2024-08-12 12:16:15 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2024-08-12 12:16:15 -0400 |
commit | 4e79ce2ab16646ff8face9438eaf4fb3a6b84ed0 (patch) | |
tree | 50a30626f08e72ec4fe69e5bb8ed97b2bfe83779 /scheduling/cron.md | |
parent | 95bc5e584f8d7225b847630c2e9ad8e665e33ec4 (diff) |
cron and crontab
Diffstat (limited to 'scheduling/cron.md')
-rw-r--r-- | scheduling/cron.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scheduling/cron.md b/scheduling/cron.md new file mode 100644 index 0000000..d256647 --- /dev/null +++ b/scheduling/cron.md @@ -0,0 +1,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 |