Write a cron entry for the following scenario:-
At 10:30 AM for every Sunday of every 1st month of a
quarter.

Answers were Sorted based on User's Feedback



Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of ..

Answer / stephen

30 10 * 1,4,7,10 0

Is This Answer Correct ?    25 Yes 3 No

Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of ..

Answer / santhosh

30 10 * 1-12/3 7
this is the correct answer

or

you can use

30 10 * 1,4,7,10 7

(NOTE: For Sunday you can use 0 or 7)

Is This Answer Correct ?    10 Yes 0 No

Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of ..

Answer / majeed090

* * * * * command to be executed
- - - - -
| | | | |
| | | | ----- Day of week (0 - 7) (Sunday=0 or 7)
| | | ------- Month (1 - 12)
| | --------- Day of month (1 - 31)
| ----------- Hour (0 - 23)
------------- Minute (0 - 59)

crontab -e for entry.

30 10 * 1,4,7,10 7

Is This Answer Correct ?    3 Yes 1 No

Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of ..

Answer / sunny

30 10 0 */3 7

Is This Answer Correct ?    4 Yes 4 No

Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of ..

Answer / phani

30 10 0 1/3 *

Is This Answer Correct ?    1 Yes 2 No

Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of ..

Answer / harsh

this one is correct

30 10 * */3 0

Is This Answer Correct ?    1 Yes 2 No

Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of ..

Answer / harsh chauhan

30 10 * */3 7

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Linux Commands Interview Questions

What is s in permission linux?

0 Answers  


Why makefile is used in linux?

0 Answers  


What is the Difference between 'su' and 'su-' ?

5 Answers   Fujitsu, Locuz,


i am working in one company and i attend intervew they asked why do u want to chage company pls give me inteligent answar

3 Answers  


What is p in mkdir?

0 Answers  






What are the basic commands for user management?

0 Answers  


how to give a normal user reboot and shutdown permission? Plz also mention the step.

4 Answers  


What is the programming language for linux?

0 Answers  


How do I search bash history?

0 Answers  


how can i give acl permission in numerical mode on linux

4 Answers   HCL,


You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?

0 Answers  


what is emacs editor and feature........???????????????????????????

1 Answers  


Categories