1.

Expression that should be used to run the job once every Monday, Wednesday and Saturday Options: 1) ****1,3,6 2) 0***1,3,6 3) 00**1,3,6 4) None

Answer»

ng a CRONTAB as a template:1. You must USE the # symbol for a prefix in the comments.2. Minute (0-59)3. Day and month(2-30)4. HOURS(0-3)5. Day in the week(sunday=0 and 7) or (0-7)The command after this will be executed and the crontab can be USED to add a job.0,1,2,3,4,5,6,7,8,9 will be SUN, Mon, Tue, wed, Thurs, Fri and Sat respectively. "



Discussion

No Comment Found