From 4e79ce2ab16646ff8face9438eaf4fb3a6b84ed0 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Mon, 12 Aug 2024 12:16:15 -0400 Subject: cron and crontab --- scheduling/cron.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scheduling/cron.md 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 -- cgit v1.2.3