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 |
What is df -i command?
Linux system monitoring Tools?
What is mkdir p?
Which priority has the process?how do u view?
What is ps command in linux?
What does history command do in linux?
What is bc command in unix?
What is the difference between kill and kill in linux?
Who am I command in linux?
how can i give acl permission in numerical mode on linux
What is clang tidy?
Why ms dos is used?