Control Web Panel
WebPanel => CentOS 6 Problems => Topic started 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
-
what is the output of the command
rpm -qa|grep cron
and have you tried to add some kind of test script ?
example
* * * * * echo "test" > /tmp/test.txt