ubuntu:cron:edit_crontab
Ubuntu - Cron - Edit Crontab
crontab -e
Edits the default crontab.
Insert your own jobs to run at a given time.
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
crontab -u User -e
This command is analogous to the below command.
crontab -e User
ubuntu/cron/edit_crontab.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1