Manage user groups

Manage user groups in Linux — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Grant the devops team the web-admin group and ensure Alice and Martin are added; confirm group…
Grant the devops team the web-admin group and ensure Alice and Martin are added; confirm group membership works by having Alice create a temp file in /var/www and Martin list it; then remove old account 'tempbuilder' and report back by Friday.

Improve — make it easier to accept

+
Before I change group memberships for production, make the approval easy: show which files under…
Before I change group memberships for production, make the approval easy: show which files under /var/www are owned by current groups, surface any setgid bits or ACLs that would let web-admins edit without sudo, and flag files owned by users outside devops that a reviewer might block.

Decide — diagnose the stuck moment

+
I was asked to add Jenna to the web-admin group for the deployment tonight. I don't know whether…

I've just been told 'add Jenna to web-admin' and I'm not sure what's already allowed.

I was asked to add Jenna to the web-admin group for the deployment tonight. I don't know whether the web-admin group already has write on the target directories, who last modified the group ACLs, or whether adding her will give unintended sudo-like access to service files. What is the likely risk and the safest immediate steps I should take before granting membership?

Become — change the pattern

+
We keep getting ad-hoc requests to add people to sys groups and then revert when something breaks,…

Repeated interruptions to change group membership cause firefighting and permission mistakes.

We keep getting ad-hoc requests to add people to sys groups and then revert when something breaks, which eats time and causes occasional outages. Which habit should we change so future requests are safer and faster: a checklist of evidence to require before any group change, a short approval matrix for common groups, or a weekly scheduled review window? Recommend one change and a simple enforcement step I can implement this week.

Next to this one

Other operating system work people do in Linux.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.