Control Web Panel

WebPanel => CentOS 6 Problems => Topic started by: Adamhull on November 10, 2014, 10:05:00 PM

Title: Crons
Post by: Adamhull on November 10, 2014, 10:05:00 PM
Hello, my cron tab is not working. I have tried to restart the cron tab, manually add the crons via terminal and yet to no avail also when a user adds a cron what path would they have to put in before they can set one
Title: Re: Crons
Post by: Administrator on November 11, 2014, 01:52:10 AM
what is the output of the command
Code: [Select]
rpm -qa|grep cron
and have you tried to add some kind of  test script ?
example
Code: [Select]
* * * * * echo "test" > /tmp/test.txt