UID/username lookup on IBM z/os USS
Posted
by
jgrump2012
on Server Fault
See other posts from Server Fault
or by jgrump2012
Published on 2012-08-27T14:34:43Z
Indexed on
2012/08/28
15:41 UTC
Read the original article
Hit count: 379
How can I associate a UID to a specific username on IBM z/OS Unix System Services?
Within USS, I see content created in my user space which I do not own. File ownership lists a three digit numerical value, rather than a userid, which I presume to be a UID. I've unsuccessfully attempted to make a username association using commands:
tsocmd "search class(USER) uid(###)" tsocmd "rlist unixmap u### all"
© Server Fault or respective owner