ubuntu:cron:edit_crontab
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:cron:edit_crontab [2019/12/12 23:00] – peter | ubuntu:cron:edit_crontab [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 12: | Line 12: | ||
It is recommended to include some comments against entries that will help you understand its functionality in greater detail. | It is recommended to include some comments against entries that will help you understand its functionality in greater detail. | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Edit Crontab for a specific User ===== | ||
+ | |||
+ | <code bash> | ||
+ | crontab -u User -e | ||
+ | </ | ||
+ | |||
+ | This command is analogous to the below command. | ||
+ | |||
+ | <code bash> | ||
+ | crontab -e User | ||
+ | </ | ||
ubuntu/cron/edit_crontab.1576191623.txt.gz · Last modified: 2020/07/15 09:30 (external edit)