icon Top 9 categories map      RocketAware > Perl >

$REAL_GROUP_ID
$GID
$(

Tips: Browse or Search all pages for efficient awareness of Perl functions, operators, and FAQs.



Home

Search Perl pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    
$REAL_GROUP_ID
$GID
$(
The real gid of this process. If you are on a machine that supports membership in multiple groups simultaneously, gives a space separated list of groups you are in. The first number is the one returned by getgid(), and the subsequent ones by getgroups(), one of which may be the same as the first number.

However, a value assigned to ``$('' must be a single number used to set the real gid. So the value given by ``$('' should not be assigned back to ``$('' without being forced numeric, such as by adding zero.

(Mnemonic: parentheses are used to GROUP things. The real gid is the group you LEFT, if you're running setgid.)

Source: Perl predefined variables
Copyright: Larry Wall, et al.
Next: $EFFECTIVE_GROUP_ID
$EGID
$)


Previous: $EFFECTIVE_USER_ID
$EUID
$>




(Corrections, notes, and links courtesy of RocketAware.com)


[Overview Topics]

Up to: Process Limits: Identity




Rapid-Links: Search | About | Comments | Submit Path: RocketAware > Perl > perlvar/_REAL_GROUP_ID.htm
RocketAware.com is a service of Mib Software
Copyright 2000, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments