|
This I alluded to when I discussed learning the unix, or QSHELL, way. The unix way will allow you to drill down the various directories. How to do that would be best pointed out by the QSHELL experts on the list. Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com "Will G." <telewaveinc@xxxxxxxxx> Sent by: midrange-l-bounces@xxxxxxxxxxxx 03/30/2004 04:49 PM Please respond to Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> To midrange-l@xxxxxxxxxxxx cc Steve Landess <sjl_123@xxxxxxxxxxx> Subject Re: OPS Navigator multiple file permissions 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 _______________________________________________ This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/midrange-l or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
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.