Permissions

SUID

English

Overview

A setting that makes a program run with its file owner's privileges, rather than the running user's.

Details

Short for Set User ID. A special permission bit that runs a process with the file owner's privileges rather than the executing user's. It's the mechanism that lets the passwd command update /etc/shadow even when run by a regular user.

More Linux terms