For the following exercises, open up your terminal and try to solve the following tasks:
- Create a cron job for the root user that will run every 10 minutes. The cron job will simply append the line "10 minutes have passed!" to the file /root/minutes.txt.
- Create a cron job for the root user that will run every Christmas (25th of December at 1 AM). The cron job will simply append the line "Merry Christmas!" to the file /root/holidays.txt.