Tag: crontab

  • Cron Job

    Crontab – Configure CronJob # crontab -e   A crontab file has five fields for specifying day , date and time followed by the command to be run at that interval. * * * * * command to be executed – – – – – | | | | | | | | | +—–…