Cannot enable cron logs on Ubuntu 10.04
- by Patrick
I've just the following commands on Ubuntu 10.04 in order to enable cron logs. But I still don't see the file /var/logs/cron.
1. Edit /etc/syslog.conf and uncomment the line starting with cron.*
2. sudo /etc/init.d/sysklogd restart
3. sudo /etc/init.d/cron restart (I've also tried sudo service cron restart).
What am i missing to do ?
Also, I would like to know how can I run cron manually and not just start the service.
thanks