Users, Groups, and Permissions Matrix

See identity, ownership, permission bits, inheritance, and elevation as one permission system instead of a pile of commands.

Visuals

Users, Groups, and Permissions Matrix

People often memorize chmod or GUI clicks without understanding who is being granted what and why access fails.

Matrix Users and Permissions Field-verified

Need the full topic around this model? Open Users and Permissions.

Diagram
Layer IdentityWhat it controlsCommon tool or view
User A specific accountwhoami / account properties
Group Shared access roleid / local groups / group policy views
Owner Who controls the objectls -l / file properties security tab
Permission bits or ACL Allowed actionschmod / icacls / GUI security settings
Elevation Temporary higher authoritysudo / UAC prompt
What to notice
  • Identity, ownership, and permission bits are different layers of control.
  • Read, write, and execute mean different things for files and directories.
  • Elevation changes authority temporarily; it does not rewrite the underlying model.
Common confusion
  • Thinking sudo or Run as Administrator permanently fixes ownership problems.
  • Thinking group access behaves the same as user ownership.
  • Thinking execute always means run this file as a program.
Related learning
Users and Permissions 6 command anchors

What to do next

Best next step Learning

Open the lesson path when you want the full explanation behind this model.

Open now