Cron – How to add cronjobs to /etc/cron.daily/

croncron.daily

  • We have to use crontab -e to add a cronjob to crontab.
  • And crontab -r to remove cronjobs.
  • Here, no Copy & Paste not allowed.

I need to add a script to cron.daily, how to add?

Best Answer

Just drop an executable file (shell script or otherwise) in that folder and Bob's your uncle.