Re: GREP command to Find UID

2015-02-27 Thread Veencamp, Jonathon D.
In OMVS, if you want to know someone's UID, you can just do an 'id ' The reverse lookup might be specific to the security manager, so you can't turn the numeric into a name with that. Jon -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark Post

Re: GREP command to Find UID

2015-02-27 Thread Mark Post
>>> On 2/27/2015 at 07:33 AM, Jake anderson wrote: > Is there a place within OMVS to find the ID being defined ? Is there a path > where get the list of ID defined within OMVS ? That's almost always contained within the external security manager database. Typically ACF2, RACF2, Top Secret, etc

Re: GREP command to Find UID

2015-02-27 Thread Richard Pinion
We need to grep on ourselves! --- stars...@mindspring.com wrote: From: Lizette Koehler To: LINUX-390@VM.MARIST.EDU Subject: Re: GREP command to Find UID Date: Fri, 27 Feb 2015 06:09:52 -0700 John, Jake started the thread on Linux. But later talked about OMVS. So I think y

Re: GREP command to Find UID

2015-02-27 Thread Lizette Koehler
John, Jake started the thread on Linux. But later talked about OMVS. So I think you are okay. Lizette > -Original Message- > From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of > John McKown > Sent: Friday, February 27, 2015 6:01 AM > To: LINUX-390@VM.MARIST.EDU > S

Re: GREP command to Find UID

2015-02-27 Thread John McKown
OOPS, I didn't know where I was when I replied. I think that the MVS-OE forum would be better than IBM-MAIN. Less "noisy". On Fri, Feb 27, 2015 at 6:59 AM, Lizette Koehler wrote: > So are you in z/Linux or are you in z/OS (in OMVS/USS)? If the later, you > may wish to post on IBMMAIN. > > > Liz

Re: GREP command to Find UID

2015-02-27 Thread John McKown
On Fri, Feb 27, 2015 at 6:33 AM, Jake anderson wrote: > Hi, > > Is there a place within OMVS to find the ID being defined ? Is there a path > where get the list of ID defined within OMVS ? > There is not a "file" in z/OS UNIX which is the equivalent of the /etc/passwd or /etc/group files in most

Re: GREP command to Find UID

2015-02-27 Thread de Schepper Robbert
To find your current UID+GID you can use the "id" command. And to find it from someone else you can use 'id username' _ Robbert de Schepper -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Pavelka,

Re: GREP command to Find UID

2015-02-27 Thread Lizette Koehler
So are you in z/Linux or are you in z/OS (in OMVS/USS)? If the later, you may wish to post on IBMMAIN. Lizette > -Original Message- > From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of > Jake anderson > Sent: Friday, February 27, 2015 5:34 AM > To: LINUX-390@VM.MARI

Re: GREP command to Find UID

2015-02-27 Thread Pavelka, Tomas
> Is there a place within OMVS to find the ID being defined ? Is there a path > where get the list of ID defined within OMVS ? Sorry, I assumed you are on Linux... I don't know much about USS. Tomas

Re: GREP command to Find UID

2015-02-27 Thread John McKown
On Fri, Feb 27, 2015 at 5:40 AM, Jake anderson wrote: > Hello Group, > > Is there a command within Unix to find a particular String 'GID' or 'UID' > in a config file ? > > Jake > I'm somewhat unsure of what you want. But just going on what I think you want, the "egrep" command would work. Somethi

Re: GREP command to Find UID

2015-02-27 Thread Jake anderson
Hi, Is there a place within OMVS to find the ID being defined ? Is there a path where get the list of ID defined within OMVS ? On Fri, Feb 27, 2015 at 5:50 PM, Pavelka, Tomas wrote: > getent? > > http://linux.die.net/man/1/getent > > Examples: > > getent passwd 99 > nobody:x:99:99:Nobody:/:/sbi

Re: GREP command to Find UID

2015-02-27 Thread Pavelka, Tomas
getent? http://linux.die.net/man/1/getent Examples: getent passwd 99 nobody:x:99:99:Nobody:/:/sbin/nologin getent passwd nobody nobody:x:99:99:Nobody:/:/sbin/nologin getent group nobody nobody:x:99: getent group 99 nobody:x:99: HTH, Tomas

Re: Problem installing RHEL v7

2015-02-27 Thread Jan Stodola
Gadi, this a known issue, unfortunately. It is mentioned as a know issue in the Release notes for RHEL-7.0 [1]: anaconda component, BZ#1070104 It is not possible to install Red Hat Enterprise Linux 7 from the installation DVD using the Hardware Management Console (HMC) on IBM System z

GREP command to Find UID

2015-02-27 Thread Jake anderson
Hello Group, Is there a command within Unix to find a particular String 'GID' or 'UID' in a config file ? Jake -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the mes