Terminology Index

Glossary

13 terms starting with "U"

Open concept maps

Showing 1-13 of 13 terms

U
13

UID

User Identifier: a numeric ID Unix systems use internally to identify users. UID 0 is root, and tracking UIDs is foundational to understanding Unix permissions and audit logs.

On Unix-like systems, every user has a UID, a number the kernel uses to make access decisions. UID 0 is root; system-service accounts have low UIDs; regular users have higher ones. Files store the owner's UID, processes run with a UID, audit logs reference UIDs. As an OS-defenders topic, fluency with UIDs is foundational to reading Linux audit data, understanding privilege boundaries, and recognizing privilege-escalation evidence in logs.

Introduced in: Operating Systems for Defenders

Examples

  • Recognizing UID 0 as root in Linux audit logs.
  • Tracking effective UID changes during a process's lifetime as evidence of elevation.
  • Reading file ownership by UID during forensic review.

No related terms linked yet.