Computer Science, asked by melvilled11, 1 year ago

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

Answers

Answered by aqibkincsem
6

"By using 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. "

Answered by Christianaluo
13

00**1,3,6

I think this should be the answer.

Similar questions