aboutsummaryrefslogtreecommitdiff
path: root/scheduling
diff options
context:
space:
mode:
authorIbrahim Mkusa <ibrahimmkusa@gmail.com>2024-08-12 12:16:15 -0400
committerIbrahim Mkusa <ibrahimmkusa@gmail.com>2024-08-12 12:16:15 -0400
commit4e79ce2ab16646ff8face9438eaf4fb3a6b84ed0 (patch)
tree50a30626f08e72ec4fe69e5bb8ed97b2bfe83779 /scheduling
parent95bc5e584f8d7225b847630c2e9ad8e665e33ec4 (diff)
cron and crontab
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