Computer Science, asked by aryanit18288, 11 months ago

The expression * /8 indicates which one of the following action?

Job runs every 8 minutes
Job runs every 8th hour
None of the options
Job runs only in the 8th month

Answers

Answered by sid00439
2

job runs every 8 minutes

Answered by siddhartharao77
6

The expression * /8 indicates  "Job runs every 8 minutes".

Here are some expressions:

(i)  ******   = > It executes for every minute

(ii) * /10 ****  = >  It executes for every 10 minutes.

(iii) 0 ****** => It executes for every hour.

(iv) * 15 *** => It executes for every minute starting at 3 pm and ending at 3:59 everyday.

(v) 15 10 15 **** => It executes at 10:15 am on the 15th day of every month.

Hope it helps!

Similar questions