|
Crontab does not create log file
unSpawn
Ok, you are right. i put a syntax error in the text in the question below , but still, the log file , even with correct syntax, is not created. As i already mentioned, with crontab -e we change the line to 15 11 * * * /bin/echo "example text" > /tmp/cron_log, save file. then we wait.. a few minutes and we run the ls command in /tmp folder but log does not show up log file is not created.
But if we execute the command direclty from the command line, /bin/echo "text...." > /tmp/cron_log, this log file is correclty created.
No errors in Systemlog viewer (GUI) , simply nothing happens. no log created with crontab
something goes wrong with crontab config or what ?
please help
|