Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A junior systems administrator is creating a cron job. The cron job requirements are as follows: - Run the hello.shscript every hour (24 times in one day). - Run it on Monday only. Given this scenario, which of the following crontab options should be configured to meet these requirements?
Correct Answer: A
https://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-time.html Just as it hits 0 minutes in the day, cron job runs the task. For example, 00:00, 01:00, 02:00 and so on. If it hits 0 minute 24 times, that takes care of every hour in the day. (If not every hour then it would have been *) The 1 in 5th position represent Monday. You can use 1 or mon but not Monday.