Multiple choice

Using cat crontab when does cron.daily run? 25 6 * * * [USER] [COMMAND]

  1. Every Sunday at 0625.

  2. Every day at 1852.

  3. Every Saturday at 1825.

  4. Every day at 0625.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The crontab entry 25 6 * * * translates to the 25th minute of the 6th hour every day of the month, every month, and every day of the week.