cancel
Showing results for 
Search instead for 
Did you mean: 

File persmission in unix

Former Member
0 Kudos

Hi all,

My SIDadm has umask 002 . While I am creating files ata OS level it is created with 664.

But when I create file from ABAP , the files are created with permission , 644.

How Do i resolve this ?

Thanks,

Suman

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thanks for your answer.

I could solve the problem.It is controlled by install/umask parameter in SAP .

Thanks,Suman

former_member1351727
Active Participant
0 Kudos

Hi,

That means at os level it using umask value of 002 ...where as when you create it from ABAP it is using umask of 022.

Is the owner for both the files are sidadm only?

Thanks.