Scheduling Cronjob on Linux servers

    5  Stars Explaination * * * * * 1st * – Minute of a hour. 1 * * * * /command path with command name – this will run hour @ 1st minute, 2nd * – hour of a day * 1 * * * /command path with command name – this will run every […]

    Read More