Default file creation permissions

2006-09-21 Thread Aitor San Juan
Hi List, I have a shell script whose execution is scheduled by CRON. The command scheduled is of the form: 50 23 * * 1-5 /apps/batch/cronjobs/bd_backup.sh /apps/batch/logs/bd_backup.log 21 This shell script runs under the id of root. The file permissions of the log file created are 644

Re: Default file creation permissions

2006-09-21 Thread Gerard Seibert
Aitor San Juan wrote: I have a shell script whose execution is scheduled by CRON. The command scheduled is of the form: 50 23 * * 1-5 /apps/batch/cronjobs/bd_backup.sh /apps/batch/logs/bd_backup.log 21 This shell script runs under the id of root. The file permissions of the log file

RE: Default file creation permissions

2006-09-21 Thread Aitor San Juan
solution, having to modify the shell script in the last resort. Thanks in advance. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Gerard Seibert Enviado el: jueves, 21 de septiembre de 2006 11:39 Para: freebsd-questions@freebsd.org Asunto: Re: Default file creation

Re: Default file creation permissions

2006-09-21 Thread Alex Zbyslaw
Aitor San Juan wrote: I have a shell script whose execution is scheduled by CRON. The command scheduled is of the form: 50 23 * * 1-5 /apps/batch/cronjobs/bd_backup.sh /apps/batch/logs/bd_backup.log 21 This shell script runs under the id of root. The file permissions of the log file created