|
To change all of the permissions within a folder you can use the CHGAUT
command and use generics. In fact, this is a handy way to change the
authority of all objects in a library as well as a directory. As in:
CHGAUT OBJ('/QSYS.LIB/APP_LIB.LIB/*.*') DTAAUT(*RX) OBJAUT(*NONE)
However, if you try this with a directory and there are sub-directories,
it will only change the authority of the sub-directory itself and not
the objects within the sub-directory. There are a set of free -- but
unsupported -- tools that are available from IBM - one of which changes
the authority of all objects below the directory that you specify. See
the Security Patrol article here for details about these tools.
==================================
MORE INFORMATION ON THIS TOPIC
==================================
The Best Web Links: tips, tutorials and more.
Search400's targeted search engine: Get relevant information on security.
Ask your systems management questions--or help out your peers by answering them--in our live discussion forums.
|