$EGID  –  Effective Group ID

$EGID contains the effective group ID of the shell process.

With the sufficient permissions, a change to this variable will change the effective group ID of the shell process. Use a subshell to launch a command with a different effective group ID: (EGID=0; command).

Examples

Change effective group ID of the shell process to 0 without sufficient permissions
1
EGID=0
Output:
1
zsh: failed to change effective group ID: permission denied
BashSupport Pro is a Zsh IDE with support for $EGIDtry it now!
© 2020–2024 Joachim Ansorg
Imprint
Privacy Policy
Legal