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: Sherwin Anthony Sequeira <sherwin_at_sequeira.ezesurf.co.uk>
Date: Sat, 03 Jun 2000 14:14:27 +0200
Message-Id: <10517.107645@fatcity.com>


The execute bit is not affected by your umask. You will need to set it after creation.

Regards.

Tony
> 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 Sat Jun 03 2000 - 07:14:27 CDT

Original text of this message

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