in reply to
Linux id command
Real UID:
$<
Effective UID:
$>
Real GID:
$(
Effective GID:
$)
- Tom
Comment on
Re: Linux id command
Select
or
Download
Code
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.
[reply]
In Section
Seekers of Perl Wisdom