[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Username in the /etc/passwd
Lev Makhlis wrote:
> Ira Abramov wrote:
>
> > On Thu, 29 Jan 1998, Oleg Goldshmidt wrote:
> >
> > > 2) egrep "^moshe" /etc/passwd
> >
> > almost. I have both meir and meirav on the system here, chances of that
> > grow with the size of the passwd file.... in that case:
> >
> > egrep "^moshe:" /etc/passwd
> >
>
> How come nobody has mentioned "id moshe"? :-)
thats the command i was looking for ( id )
thanks
erez