Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: UNIX question....

Re: UNIX question....

From: Ruth Gramolini <rgramolini_at_tax.state.vt.us>
Date: Fri, 2 Jun 2000 14:58:39 -0400
Message-Id: <10516.107600@fatcity.com>


Do the chmod on the directory that the files will be created in. Then any files created should have these permissions. HTH
Ruth
----- Original Message -----
From: Stephen J Palmer <spalmer_at_brk.photronics.com> To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Friday, June 02, 2000 12:15 PM
Subject: UNIX question....

> A quick question for all you Oracle/UNIX people...... I need to create a
file
> with the
> permissions 775 ( rwxrwxr-x ) and I have set the umask to what all the
books
> recommend.... with no luck.... The end user cant user CHMOD on the file,
so I
> need
> to have the files created as 775. Any ideas would be much appreciated.
>
> Thanks in advance.
>
> $ umask -S
> u=rwx,g=rwx,o=rx
> $ touch junk
> $ ls -l junk
> -rw-rw-r-- 1 oracle dba 0 Jun 2 09:49 junk
>
> 777
> - 775
> _______
> 002
>
> $ umask 002
> $ touch junk
> $ ls -l junk
> -rw-rw-r-- 1 oracle dba 0 Jun 2 09:55 junk
>
> Stephen Palmer
> Junior Database Administrator
> Photronics Inc.
> 15 Secor Road
> Brookfield, Conn.
> 203.740.5331
> Pager 203-830-0306 or 1-800-706-7109
> mailto:spalmer_at_brk.photronics.com
> Home Number 203.270.8159
> Alpha Pager mailto:spalmer.pager_at_brk.photronics.com
>
> --
> Author: Stephen J Palmer
> INET: spalmer_at_brk.photronics.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri Jun 02 2000 - 13:58:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US