1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 16:26:02 +02:00

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

This commit is contained in:
Peter Nguyen 2019-07-09 19:27:00 +02:00 committed by Andrik Albuquerque
parent 58c37e2933
commit 46023de9dd

View file

@ -7,6 +7,10 @@
`crontab -e` `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: - View a list of existing cron jobs for current user:
`crontab -l` `crontab -l`