Cron in linux

Run cron job every hours
* */1 * * * /bin/sh /home/penguin/script.sh

Run cron weekly
00 7 * * 7     (Sunday = 7 ,  7:00 AM morning)

Note: 1 = Monday, 2 = Tuesday, 3 = Wednesday )
Share on Google Plus

About Md. Shahzad Alam

I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices.
    Blogger Comment

0 comments:

Post a Comment