aboutsummaryrefslogtreecommitdiff
path: root/scheduling
diff options
context:
space:
mode:
Diffstat (limited to 'scheduling')
-rw-r--r--scheduling/cron.md8
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