Write a cron entry for the following scenario:-
At 10:30 AM for every Sunday of every 1st month of a
quarter.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does sh do in linux?

501


What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?

598


What are the basic commands in command prompt?

551


Does cp overwrite?

553


Brief about FTP hostname?

595






The command ‘umask -S’

582


What is iptables command in linux?

558


How can you check the amount of lines in a file?

532


Which command is used to check the number of files and disk space used and the each user’s defined quota?

538


Who am I command in linux?

549


How do you run a command for a limited time?

573


Explain the working of command grouping?

531


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

639


Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.

1154


What is #!/ Bin sh?

540