schedule - How to setup cron.daily? - Ask Ubuntu


this question has answer here:

i put shell script inside /etc/cron.daily

i hoping in folder run daily script not being ran.

keep in mind scripts installed in /etc/cron.{hourly|daily|weekly|monthly} must executable, run-parts process them.


update: indeed, defining shebang mandatory in cron scripts run-parts process them. , general rule: should always set one.


Comments

Popular posts from this blog

14.04 - Browser-process using high CPU - Ask Ubuntu

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User