cancel
Showing results for 
Search instead for 
Did you mean: 

How to give full permissions to the files in /usr/sap/trans

Former Member
0 Kudos

Dear All,

Whenever we create a file in /usr/sap/trans , it should create automatically with full permissions.

Could you please let me know what needs to be done regarding this.

I am facing this issues in importing the requests because of having less permissions.

Present file permission :-rw-rw-rw- 1 bsdadm sapsys 0 May 17 13:21 file.txt

It should be like this : -rwxrwxrwx 1 bsdadm sapsys 0 May 17 13:21 file.txt

Manually we can change with chmod 777 file.txt, but i want this to be done automatically when ever file is created in /usr/sap/trans directory.

OS is AIX

Regards,

Vara prasad.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Provided same UID/GID for both app and DB server. So the issue got resolved.

For files it is not possible to provide the 777 access.

nelis
Active Contributor
0 Kudos

You should not require world executable/write permissions.

If you have mounted /usr/sap/trans via NFS then really your <SID>adm user and sapsys group should have the same UID/GID as the source system.

If you are absolutely sure you know what you are doing then you can change the default umask for a specific user in the file /etc/security/user on AIX.

Regards,

Nelis