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 |
How do you limit memory usage for commands?
What is netstat command in linux?
What does bash stand for?
My linux machine is crashed due to root file system, I need not to bother about the root file system, but i need to take care of /etc, /usr, like that.,, can i recover these file systems?
what is work of dns
what is the command to check network interfaces in our system? how to set etho to 10 full duplex speed?
What is the command to calculate the size of a folder?
Which command is used to clear the screen?
A file which is not deleted by normal user and also root (using rm), for that type of file how we delete it?
What is the fastest way to enter a series of commands from the command-line?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
what is the command to uninstall processes in linux?
17 Answers Aegon, HCL, IBM, Ugam Solutions,