Results 1 to 2 of 2
i tried
crontab -e
then i added the line
Code:
30 16 * * * echo "hello" > /backup/test.txt
but nothing is written in that file
if i execute from ...
- 08-06-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 15
root cronjobs not working
i tried
crontab -e
then i added the line
but nothing is written in that fileCode:30 16 * * * echo "hello" > /backup/test.txt
if i execute from commnad then it executes
how to check if crontab is working or not
- 08-06-2009 #2Linux Newbie
- Join Date
- Mar 2009
- Posts
- 228
Make sure the cron daemon is running:
Check the cron log /var/log/cronCode:ps -ef | grep crond


Reply With Quote