cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Script/Command to change Folder Permission

former_member207701
Participant
0 Likes
1,031

Hi Experts,

I have a Proxy to File(NFS) interface where i create a CSV file under Dynamic Folder, currently, this folder has dynamic name PurchaseOrder_Timestamp now this folder should have 775 permission currently these are getting created by 755 permissions.

I have path something like this : /KPMG/Orders/<PurchaseOrder_Timesatmp>

So can somebody help me with the command and script as i have never wokred on scripts/command before.

PI 7.31(Single Stack) : UNIX server

Thanks in Advance.

Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190293
Active Contributor
0 Likes

Hi Kiran!

chmod -R 775 directory/

Regards, Evgeniy.

former_member207701
Participant
0 Likes

Do you mean ?

chmod -R 775 /KPMG/Orders/
former_member190293
Active Contributor

Yes, path to directory.

Regards, Evgeniy.

Former Member
0 Likes

this can help you.

https://archive.sap.com/discussions/thread/1615575

set the permission on Run Operating System Command after processing option..