kusaitenshichan
Programmer
I'm having a problem setting up my cron jobs on freeBSD.
I created a file called 'cronfile.txt' and inside i placed the following
32 12 * * * /home/
then i performed the following call thru ssh:
crontab cronfile.txt
and i checked it with crontab -l.
but at 12:32 pm, the script didn't run.
I also tried creating the cronfile with crontab -e, but that didn't work either.
The script works fine when i execute it at the command prompt.
Any help on this matter would be appreciated.
Thanks!
I created a file called 'cronfile.txt' and inside i placed the following
32 12 * * * /home/
then i performed the following call thru ssh:
crontab cronfile.txt
and i checked it with crontab -l.
but at 12:32 pm, the script didn't run.
I also tried creating the cronfile with crontab -e, but that didn't work either.
The script works fine when i execute it at the command prompt.
Any help on this matter would be appreciated.
Thanks!