crontab: Add example of editing crontab for a user using the -u flag (#3178)

italian
Peter Nguyen 2019-07-09 19:27:00 +02:00 committed by Andrik Albuquerque
parent 58c37e2933
commit 46023de9dd
1 changed files with 4 additions and 0 deletions

View File

@ -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`