On Thu, 11 Dec 2025 17:24:33 -0600, Steve Estle wrote: > >Am in situation where we have many userids (ACF2) that share the same UID >number (not UID 0) in Unix System Services. > Why? This is comparable to assigning many programmers the same TSO ID. (But it may be a relic of "defuser".)
>Is there a simple way / set of commands (I have UID 0 so can run anything) to >determine all the privileges such a UID number has throughout the system and >USS / ZFS's? > Start here: <https://www.ibm.com/docs/en/zos/3.2.0?topic=descriptions-find-find-file-that-meets-specified-criteria> <https://www.ibm.com/docs/en/zos/3.2.0?topic=functions-stream> file=stream('find ...', 'c', 'popen read') ... to parse the output with REXX. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
