$ crontab mycron
If chavez had previously installed
crontab entries, they will be
replaced by those in
mycron; thus, any current entries that
chavez wishes to keep must also be present in
mycron.
The -l option to crontab lists
the current crontab entries, and redirecting its
output to a file will allow them to be captured and edited:
$ crontab -l >mycron
$ vi mycron
$ crontab mycron