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


Please Help Members By Posting Answers For Below Questions

What is the command can be run to remove all the rules in an iptable table?

575


Hi everyone i want to learn Devops in Hyderabad can anyone please suggest me best institute.

1145


What is vnc?

595


What is FC command?

491


Explain about refer?

536






What is the gcc command?

514


Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?

553


How do I check my disk space?

472


What does rmdir do in linux?

537


How do I run bash on windows?

501


How do I use nslookup in linux?

505


Enlist some linux networking and troubleshooting commands?

520


Which command would you use if you want to remove the password assigned to a group?

528


What is df -i command?

548


What is the use of finger command in linux?

515