Users & Access🔗
Every operation on a Linux system is governed by three things: who you are, what group you belong to, and what the file allows. The two articles here cover both sides of that equation — the permission model itself, and the identity system behind it.
-
Read the
rwxr-xr-xstrings, change permissions withchmod, and understand the difference between symbolic and octal notation — and when each is right. -
Add users, manage groups, switch identities with
sudoandsu, and understand how Linux maps identity to access at runtime.
What's Next🔗
With permissions and identity in hand, the next step is working with data. Head to Text & Pipelines — the Linux tools for filtering, routing, and searching the output of any command.