× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Steve and Rob:

Thanks for your tips. This command works fine for an
explicitly shared object, or a group of objects at the
end of a wildcard path.

So CHGAUT OBJ('MANUALS') USER(JOE) DTAAUT(*RWX/NONE)
OBJAUT(*ALL/NONE) 
grants or removes authority for "JOE" on shared object
"MANUALS" (a folder).

However, CHGAUT OBJ('MANUALS/*') USER(JOE)
DTAAUT(*RWX/NONE) OBJAUT(*ALL/NONE)
grants or removes authority for "JOE" on objects
immediately under "MANUALS", but not "MANUALS" itself.

The second command doesn't affect objects further down
the path, so to grant authority for objects in a
folder called "/MANUALS/REDBOOKS", it seems I have to
issue another CHGAUT for the folder contents.

Is there another type of wildcard to include the
entire contents of the path in one shot, or am I
missing something obvious?

Thanks,

Will Galloway


--- Steve Landess <sjl_123@xxxxxxxxxxx> wrote:
> > Will Galloway wrote:
> > Subject: OPS Navigator multiple file permissions
> 
> 
> > I'm using Operations Navigator with Client Access
> > (Express) V5R1. Our AS/400 is at V4R5. We have a
> large
> > shared file structure under IFS/root for access by
> > Windows PC's. From time to time I need to enable
> write
> > access to a group of files or folders for a
> particular
> > user. Just adding a user to a folder does not
> provide
> > write access to the files inside, since they are
> also
> > individual objects. So the only option is to add
> > permission to individual files one by one, or give
> the
> > user permissions on a new folder, and copy all the
> > files in and back out of the folder.
> >
> > Since these are cumbersome and time-consuming
> > operations, is there any way to add permissions
> for a
> > user to a group of files/folders simultaneously?
> 
> 
> Will,
> Not through the Ops Navigator, AFAIK.
> 
> You can do it via green screen with the CHGAUT
> command.
> 
> Example -
> To give QPGMR all authority to all files beginning
> with 'cus' in the /TMP
> folder:
> 
> CHGAUT OBJ('/tmp/cus*') USER(QPGMR)
> DTAAUT(*RWX) OBJAUT(*ALL)
> 
> HTH,
> Steve Landess
> Austin, Texas
> (512) 423-0935


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.