How to set up a cron Debian / Linux? Configuring the cron Debian / Linux. cron – a task scheduler in the operating systems Linux, BSD and others. Used to start / assignments at a certain time. Files, which describes these tasks are here: / var / spool / cron / crontabs Before the first […]
Enabling logs Cron for Linux
Have a system for Debian 6. After installing the system from scratch does not keep logs cron. How to enable logging cron in Linux? Edit /etc/rsyslog.conf: # Nano /etc/rsyslog.conf Uncomment the following line: cron. * /var/log/cron.log Restart rsyslog: # /etc/init.d/rsyslog Restart