Lukas' Notes

operating-systems security

Definition

Saved User ID

The saved user ID (SUID) is a stored copy of the previous effective user ID of a process. It allows an unprivileged process to restore a previous privilege level and is updated by system calls such as setuid and seteuid.