cron job to run on 2-27 every month excluding Sundays
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
This raises the question, does every first day of the week occur on Sunday everywhere when view by "cal" output?
or is Sunday always "0" on all systems? Isn't this based on LOCALE?
cron cannot directly do what you are asking. When you specify something other than "*" for both day-of-month and day-of-week, the logical operation is to run the command when either one is satisfied. To exclude days or dates, your command string needs to include a test using the date command.
In a crontab, either 0 or 7 is Sunday. If you like your weeks to begin on Sunday, use 0-6. If your week begins on Monday, use 1-7.
Hi,
can some one guide how to schedule a cron to run between 2nd to 27th of every month except Sundays
There are different ways to do it, but there have been many, MANY threads on LQ about cron scheduling, and many more on Google with fairly complex answers. If you looked on LQ: http://www.linuxquestions.org/questi...2/#post4654486
...you'd have found at least one example, with a fairly good explanation. Apply what's in there.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.