How to schedule cron backup to run on 4th saturday of
month??
Answer Posted / sureshbabu a
* * * * 6 weekdaynum 4 && sh /backup/test.sh
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which commands are used to set a processor-intensive job to use less cpu time?
What signal is ctrl c?
How can I check the exit status of my previous command in Linux operating system?
How do I find the linux version?
What is tty name?
What is ll command in unix?
What is make in linux?
How can I create a file with cmd?
What is SFC command?
What is command to check ports running/used over local machine
How does diff command work?
What is linux load average?
What does chmod 666 do?
How to give acl permission in numerical mode on linux?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.