Lukas' Notes

operating-systems security

Definition

Effective User ID

The effective user ID (EUID) is the user identifier used by the operating system to perform access control checks on behalf of a process. It is normally equal to the real user ID, but may change when a setuid program is executed or via system calls such as seteuid.