0
votes
1answer
51 views

crontab on fedora core 6

I want to run php file every hour using cronjab 0 * * * * root /usr/bin/lynx -dump http://mydomain.com/weeklyreport.php I put this line in etc/crontab. I do not get any mail. Weeklyreport is to ...
2
votes
1answer
106 views

cron job email customization

I have a list of cronjobs where some executes daily and others execute very 15 minutes. I do want to receive an email for the ones executed daily, but wants email disabled for the ones executing every ...
0
votes
2answers
67 views

Privileged command as part of cronjob

I'm facing a weired problem on a unix-based machine. Here is the story: I have a personal username/password on a unix machine with limited privileges. Whenever I need to execute some commands I have ...
1
vote
4answers
99 views

Crontab Question

I'm using a Linux Enironment (Ubuntu 9.something). I used the following command: crontab -u myusername /home/myusername/test_cron_file Works great. When I check the spool folder, everything is as ...