I was trying to run a script on a dev server using cron job. It supposed to run 3rd sunday of every month.
45 4 15-21 * 0 /home/user1/myscript.sh >/dev/null 2>&1 # run this script 3rd...
thanks for your reply. my team is checking with them to get more info. meanwhile, i was researching online. thought of getting experts suggestion here. I will update here, if i get any useful info....
Actually it was just to simplify my work.(instead of checking manually) Thank you for your post/followup. I should have tried and post the code/content. But anyway found some...
I am trying to write a shell script, which will send email alerts to Admin/users when users password is going to expire in 15 days.
Can you please help me with the script.