in reply to Linux id command

Real UID: $<
Effective UID: $>
Real GID: $(
Effective GID: $)

- Tom

Replies are listed 'Best First'.
Re: Re: Linux id command
by bart (Canon) on Nov 23, 2003 at 21:04 UTC
    In addition, you can find the associated name using getgrgid()/getpwuid(). Also look at the related functions under the same perlfunc section.