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

Explain about gzip filename?

561


What is command to check ports running/used over local machine

639


can any one send me one project on linux ...?

2348


What is the root directory linux?

498


How lilo is useful in linux?

560






How do I find command history in linux?

478


Which command is used to review boot messages?

550


What are grep patterns called?

526


Enlist some linux to file content commands?

558


Which command is used to find what is in your home directory?

549


What are the command prompt commands?

515


What is know about grep commands?

542


What daemon is used for scheduling of the commands?

515


What is grep command?

521


How do you do nslookup?

520