====== cron ====== systemctl status crond.service **Formato:** crontab @reboot,@yearly, @annually, @monthly, @weekly, @daily, @midnight, @hourly # ┌───────────── Minutos (0 - 59) # │ ┌───────────── Hora (0 - 23) # │ │ ┌───────────── Dia de Mes (1 - 31) # │ │ │ ┌───────────── Mes (1 - 12) # │ │ │ │ ┌───────────── Dia de semana (0 - 6) (Domingo a Sábado; # │ │ │ │ │ 7 también es domingo en algunos sistemas) # │ │ │ │ │ # │ │ │ │ │ # * * * * * comando a ejecutar /etc/cron.d /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/crontab /etc/cron.weekly /var/spool/cron/ //**crontab**// export EDITOR=vim crontab -e crontab -l * https://blog.desdelinux.net/cron-crontab-explicados/ * https://en.wikipedia.org/wiki/Cron ====== at ====== //**at**// ====== systemd timers ====== //**systemctl**// /usr/lib/systemd/system