ACF2 is a funny beast. It's more analogous to a group having userids with a common prefix.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Paul Gilmartin <[email protected]> Sent: Thursday, December 11, 2025 10:59 PM To: [email protected] <[email protected]> Subject: Re: UID Privileges? External Message: Use Caution 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
