LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   permission issue (https://www.linuxquestions.org/questions/linux-newbie-8/permission-issue-853658/)

user52 01-02-2011 12:09 AM

permission issue
 
dear all,

in the linux file system i have created one directory called "arch" under /disk2

and granted the permission as below

#chmod -R 775 arch

#chown -R oracle:dba arch


oracle is a another user.

in the arch directory "oracle archive file generated" but the issue is..
whenever new file generate permission is


-rwxrwxrwx 1 oracle dba 104857088 Dec 29 11:56 STERLIVE0000000277.ARC
-rwxrwxrwx 1 oracle dba 104857088 Dec 29 15:42 STERLIVE0000000278.ARC
-rwxrwxrwx 1 oracle dba 104857088 Dec 29 15:45 STERLIVE0000000279.ARC
-rwxrwxrwx 1 oracle dba 104857088 Dec 29 17:17 STERLIVE0000000280.ARC
-rw-r----- 1 oracle dba 83893248 Dec 30 09:11 STERLIVE0000000281.ARC
-rw-r----- 1 oracle dba 557568 Dec 30 09:13 STERLIVE0000000282.ARC
-rw-r----- 1 oracle dba 104857088 Dec 30 17:39 STERLIVE0000000283.ARC
-rw-r----- 1 oracle dba 104857088 Jan 1 08:52 STERLIVE0000000284.ARC
-rw-r----- 1 oracle dba 104856576 Jan 1 14:06 STERLIVE0000000285.ARC
-rw-r----- 1 oracle dba 104857088 Jan 1 22:22 STERLIVE0000000286.ARC


how to get rid of this?

grail 01-02-2011 12:18 AM

Well as it is not using the standard umask (022) I would say that it has either been set to what you see above or the program creating the archives
uses these permissions by default.

I would mention to that none of the files have the 775 setting that you have mentioned.

user52 01-02-2011 01:29 AM

sorry, it was 777 permission. as u seen above some of the files having full permission but the rest of the files having limited permission ( means those are the new files)...

so how to resolve this issue?

user52 01-02-2011 02:01 AM

pls reply if anybody knowss

grail 01-02-2011 02:03 AM

If I were you I would first check the documentation of the software generating the files and / or perhaps contact their support if information not in the documentation.


All times are GMT -5. The time now is 10:23 AM.