Write a cron entry for the following scenario:-
At 10:30 AM for every Sunday of every 1st month of a
quarter.
Answer Posted / 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 |
Post New Answer View All Answers
What is cd in cmd?
Explain about document formatting?
How to root mirror in linux?
What does curl command do in linux?
What is makefile in unix?
Explain trap command; shift command, getopts command of linux?
How do I get to root in linux?
What is type command in linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
Is llvm a virtual machine?
How do makefiles work?
How do I know my linux shell version?
What is df command in unix?
How do I clear my run history?
How do you insert comments in the command line prompt?