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`