on Monday and Thursday each week is:

The correct crontab entry to execute the script chklog once per hour between 3 p.m. and 5 p.m. on Monday and Thursday each week is:

The correct crontab entry to execute the script chklog once per hour between 3 p.m. and 5 p.m. on Monday and Thursday each week is:

A.
0 3,4,5 * * 1,4 chklog

B.
0 15,16,17 1,4 * * chklog

C.
0 15,16,17 * * 1,4 chklog

D.
0 3,4,5 * * 2,5 chklog

E.
* 15,16,17 * * 1,4 chklog



Leave a Reply 0

Your email address will not be published. Required fields are marked *