Write a cron entry for the following scenario:-
At 10:30 AM for every Sunday of every 1st month of a
quarter.
Answer Posted / majeed090
* * * * * 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 |
Post New Answer View All Answers
What is the use of finger command in linux?
What are the ms dos commands?
What is command grouping?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
What is tty in linux process?
What is df -h command?
What is type command in linux?
What is the command to check cpu speed in linux?
What does p mean linux?
What is nslookup command?
Describe the mknod command and when you’d use it.
What does cd do in linux?
What are linux commands useful?
How cp command works in linux?
What is simple command?