QuestionQ148
Essential CommandsWhich of the following crontab entries runs myscript at 30 minutes past each hour on Sundays?
- A 0 * * * 30 myscript
- B 30 * * * 6 myscript
- C 30 0 * * 0 myscript
- D 30 0-23 * * 0 myscript
- E 0 0-23 * * 30 myscript
Which of the following crontab entries runs myscript at 30 minutes past each hour on Sundays?
Community Discussion