Write a cron entry for the following scenario:-
At 10:30 AM for every Sunday of every 1st month of a
quarter.
Answer Posted / 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 |
Post New Answer View All Answers
What is a good processor speed?
Write a command that will display all .txt files, including its individual permission.
What is clang llvm?
What is kill command?
How do you run command every time a file is modified?
How do I find the process id in linux?
How do I check command history?
How do you copy in linux terminal?
Explain the linux directory commands along with the description?
What is $@ in bash?
What is $@ in shell?
Is a command a full sentence?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
How do I check my cpu cores?