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
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 |
* * * * * 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 |
why do u want to join this company
6 Answers HCL, Infosys, United Healthcare, Wipro,
What is 9 in kill?
what is emacs editor and feature........???????????????????????????
How do I set permission to run in linux?
What is the pwd command?
What is make in linux?
Explain command grouping in linux?
How do I clear my run history?
How does case sensitivity affect the way you use commands?
Explain difference between nfs soft and hard mouniting points?
What is ulimit in linux?
How to root mirror in Linux? How to replace mirrored hdd in case of failure?