Re: permission problem with crons

2002-01-07 Thread Larry Hall (RFK Partners, Inc)
At 09:00 PM 1/6/2002, aa ww wrote: >Hi Cygwin, > >I tried to run a cron job as follows: > >$ cygrunsrv -I cron -p /usr/sbin/cron -a -D -e >CYGWIN="tty ntsec" >$ cygrunsrv -S cron > >The crons starts, I checked this by ps -ef. But, when >i tried to add a cronjob by >crontab -e >and type >40 10 *

permission problem with crons

2002-01-06 Thread aa ww
Hi Cygwin, I tried to run a cron job as follows: $ cygrunsrv -I cron -p /usr/sbin/cron -a -D -e CYGWIN="tty ntsec" $ cygrunsrv -S cron The crons starts, I checked this by ps -ef. But, when i tried to add a cronjob by crontab -e and type 40 10 * * * /home/admin/cron.sh then it gave me this