LinuxSelfhelp.com
Home > Linux Terms > S - U
Alphabetical List of Linux Terms, Commands & Programs

setuid

A system call that can be used to set the UID of a process. Programs can be written using setuid such that they can assume the user ID of any process on the system. This is considered a possible security problem if a program is "setuid root."