How to schedule cron backup to run on 4th saturday of
month??
Answers were Sorted based on User's Feedback
Answer / t.s.sivakumar.
above friend answer is wrong.Do not mistake me...
Correct answer is
* * * * 6 weekdaynum 4&& sh /backup/test.sh
Is This Answer Correct ? | 23 Yes | 7 No |
Answer / sureshbabu a
* * * * 6 weekdaynum 4 && sh /backup/test.sh
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ratheesh r
* * * * 6 weekdaynum 4 && sh /backup/test.sh
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gurdeep singh
“At 00:00 on every day-of-month from 22 through 28 and on Saturday.”
0 0 22-28 * 6
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / v.balaviswanathan
I think it must be like this
* * * * 4/7 <backup command>
Is This Answer Correct ? | 0 Yes | 4 No |
1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utilization even though files unable to create, why? 3.what are the internal and external command in linux? 4.sar command o/p? 5.how list the open files? 6.what is kernel compiling? 7.How do u See complete configuration in ur system? 8.how will u make a daily updates with cron daily? 9.which port is associated with ttys0? 10.specific some problems linux admin(if u are linux admin)faced and how did u overcome it?
10 Answers IBM, TCS,
What is the command to check wwn # in linux?
tell me command for" to create more than one name to a file".
What is cat command in linux?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What does (cd dir && command) do?
Explain about lprm job number?
What is mkdir p linux?
How do I move to root in linux?
How does mkdir work in linux?
How do I check my disk space?
What does the 'cd' command do in Linux?