Consider the following cron entry and choose the correct statement: 0/10 * * * 1 /usr/local/bin/ping.sh A ? ping.sh will run every 10 hours on the first Sunday of the month. B ? ping.sh will run every 10 minutes starting the minute it's run on Sunday. C ? ping.sh will run once at 10 min after every hour on the first of the month. D ? ping.sh will run every 10 min all day long on Mondays.
Added by Jonathan A.
Close
Step 1
sh`. Let's break down each part: - `0/10`: This specifies the minute. `0/10` means that the command will run every 10 minutes, starting at minute 0. - `\*`: This specifies the hour. `\*` means every hour. - `\*`: This specifies the day of the month. `\*` means Show more…
Show all steps
Your feedback will help us improve your experience
James Kiss and 82 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Select the correct alternative from the given choices. printf $(" \% \mathrm{~d} "$, printf $($ 'time $"))$; (A) syntax error (B) outputs time 4 (C) outputs garbage (D) prints time and terminates abruptly
Programming and Data Structures
Programming in C
Jon S.
Which type of computer activity would likely be assigned to the priority queue?• a. a background process that defragments the disk• b. sending email• c. a background process that releases unused memory blocks• d. mouse movement
Jen H.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Transcript
18,000,000+
Students on Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD