Solved

You Created a Script (/Root/bin/backup

Question 17

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions