From 02bc8ffd90c7b934242ff238e65b2591af7f4d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20W=C3=BCnsche?= <42999314+thomaswuensche@users.noreply.github.com> Date: Fri, 20 Nov 2020 23:01:33 +0100 Subject: [PATCH] crontab: add file example (#4958) --- pages/common/crontab.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/crontab.md b/pages/common/crontab.md index b67f1d0303..04f377c320 100644 --- a/pages/common/crontab.md +++ b/pages/common/crontab.md @@ -11,6 +11,10 @@ `sudo crontab -e -u {{user}}` +- Replace the current crontab with the contents of the given file: + +`crontab {{path/to/file}}` + - View a list of existing cron jobs for current user: `crontab -l`