Which line would you have to enter after invoking crontab -e in a terminal window?

You created a script (/root/bin/backup.sh) that backs up your files when executed. Using cron, you want to execute this script once every Saturday at 3:00 pm. Which line would you have to enter after invoking crontab -e in a terminal window?
A. 15 0 * * 6 /root/bin/backup.sh
B. 0 15 * * 6 /root/bin/backup.sh
C. 0 15 * 6 * /root/bin/backup.sh
D. 15 0 * * 6 root /root/bin/backup.sh

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.