Re: File Permission change

2021-07-08 Thread Vinoth M
Appreciate your help and it worked now Thanks On Thu, 8 Jul 2021 at 12:24 AM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Wed, 7 Jul 2021 18:51:07 +0100, David W Noon wrote: > > >On Wed, 7 Jul 2021 12:28:35 -0500, Vinoth wrote > >abou

Re: File Permission change

2021-07-07 Thread Paul Gilmartin
On Wed, 7 Jul 2021 18:51:07 +0100, David W Noon wrote: >On Wed, 7 Jul 2021 12:28:35 -0500, Vinoth wrote >abour File Permission change: > >> change using a batch job and only the filepath specified on the job gets >> change and rest remains the old owner ... > > chown -

Re: File Permission change

2021-07-07 Thread S.Karthik Premnath
Please try using chown -R option as mentioned below. Anyways, I suggest you to try this command with your test directory before issuing it against prod environment. https://www.ibm.com/docs/en/zos/2.4.0?topic=descriptions-chown-change-owner-group-file-directory Thanks. Karthik Premnath. On W

Re: File Permission change

2021-07-07 Thread David W Noon
On Wed, 7 Jul 2021 12:28:35 -0500, Vinoth wrote abour File Permission change: > we are in situation to change the owner for the path /SYSG/prod/cft36/, > we have tons of files/directories residing on this path and i tried to > change using a batch job and only the filepath specified o

File Permission change

2021-07-07 Thread Vinoth
Hi All, we are in situation to change the owner for the path /SYSG/prod/cft36/, we have tons of files/directories residing on this path and i tried to change using a batch job and only the filepath specified on the job gets change and rest remains the old owner name and this is stopping me on t