Ubuntu系列Crontab日记记录
时间:2014-06-22 23:23:28
收藏:0
阅读:216
- 修改rsyslog文件,将/etc/rsyslog.d/50-default.conf 文件中的#cron.*前的#删掉
- 重启rsyslog服务service rsyslog restart
- 重启cron服务service cron restart
- sudo tail -f /var/log/cron.log
评论(0)