noun
effective user ID
In Unix-like operating systems, the user ID used for permission checks, which may differ from the real user ID when a setuid program is executed.
プロセスの実効利用者IDを確認するには、geteuid() を使います。
To check the effective user ID of a process, use geteuid().
Real user ID identifies the user who started the process, while effective user ID determines actual permissions.
Compound of 実効 (effective) + 利用者 (user) + ID (ID), a direct translation of the English computing term 'effective user ID'.