1827428 Members
4162 Online
109965 Solutions
New Discussion

file permission

 
himacs
Super Advisor

file permission

I have a folder with ownership oracle:dba and umask for oracle is 022.But when i create any file inside that folder,it creates with permission 644.I want it to be created with 755.
Find the attached parent folder ownerships.


Please suggest on this.

Regards
himacs


3 REPLIES 3
Steven Schweda
Honored Contributor

Re: file permission

> But when i create any file [...]

Create _how_?

> Please suggest on this.

man chmod
himacs
Super Advisor

Re: file permission

moving the thread
Dennis Handly
Acclaimed Contributor

Re: file permission

>I want it to be created with 755.

Why? What good is execute permission for a data file?