Shell script in crontab cannot write files into FreeBSD's filesystem. (2nd evised version)

2007-12-05 Thread Supote Leelasuppakorn
Hi all, Please anybody help me, I faced the problem with my crontab. I tried to run a shell script which will fetch webpage and save it to a directory by using wget but after few minute I cannot see any file in such directory Below are content of shell script, my crontab and also file's

Re: Shell script in crontab cannot write files into FreeBSD's filesystem. (2nd evised version)

2007-12-05 Thread Supote Leelasuppakorn
Hi list, Thanks, Derek. You're right. The date command must be the absulute path. Now it works. Thanks for your best answer. Pote Hi all, Please anybody help me, I faced the problem with my crontab. I tried to run a shell script which will fetch webpage and save it to a directory

Re: Shell script in crontab cannot write files into FreeBSD's filesystem. (2nd evised version)

2007-12-05 Thread Jonathan Chen
On Wed, Dec 05, 2007 at 04:02:29PM +0700, Supote Leelasuppakorn wrote: Hi all, Please anybody help me, I faced the problem with my crontab. I tried to run a shell script which will fetch webpage and save it to a directory by using wget but after few minute I cannot see any file in

Re: Shell script in crontab cannot write files into FreeBSD's filesystem. (2nd evised version)

2007-12-05 Thread Derek Ragona
At 03:02 AM 12/5/2007, Supote Leelasuppakorn wrote: Hi all, Please anybody help me, I faced the problem with my crontab. I tried to run a shell script which will fetch webpage and save it to a directory by using wget but after few minute I cannot see any file in such directory Below