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 s in permission linux?
Why makefile is used in linux?
What is the Difference between 'su' and 'su-' ?
i am working in one company and i attend intervew they asked why do u want to chage company pls give me inteligent answar
What is p in mkdir?
What are the basic commands for user management?
how to give a normal user reboot and shutdown permission? Plz also mention the step.
What is the programming language for linux?
How do I search bash history?
how can i give acl permission in numerical mode on linux
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?
what is emacs editor and feature........???????????????????????????