diff --git a/pages/common/crontab.md b/pages/common/crontab.md index c8bc2d5bb..b67f1d030 100644 --- a/pages/common/crontab.md +++ b/pages/common/crontab.md @@ -7,6 +7,10 @@ `crontab -e` +- Edit the crontab file for a specific user: + +`sudo crontab -e -u {{user}}` + - View a list of existing cron jobs for current user: `crontab -l`