Learn Understand first, then practice while the concept is still fresh.

M13 - Users and Groups: GUI

Inspect user accounts and group membership through graphical tools, and understand where GUI management is convenient versus limited.

Permissions

Users and Groups: GUI

Inspect user accounts and group membership through graphical tools, and understand where GUI management is convenient versus limited.

20 min BEGINNER BOTH Curriculum-reviewed
What you should be able to do after this
  • Find where account information lives in common graphical tools.
  • Recognize the difference between simple account settings and deeper administration panels.
  • Know when the GUI is enough and when the CLI or a dedicated admin tool is better.

Why This Matters

Graphical account tools are useful because they make common tasks easier to inspect:

  • who can sign in
  • which account is administrative
  • basic password or account settings

But the GUI is not the whole story. On some systems it exposes only the basics.


1. Windows GUI Paths

On Windows, beginners often start in Settings, but deeper account work may live elsewhere.

Useful places to know:

  • Settings for everyday account options
  • Computer Management or Local Users and Groups on editions that include them
  • Control Panel on some older workflows

Not every Windows edition exposes the same management panels.

Skip this pane on Linux.


2. Linux GUI Paths

Linux desktop account tools depend on the desktop environment and distribution.

Skip this pane on Windows.

Common starting points include:

  • the system Settings application
  • a dedicated Users panel
  • distro-specific administration tools

Many servers have no GUI at all, which is why GUI familiarity helps but is never the full skill.


3. What the GUI Is Good At

The GUI is usually good for:

  • confirming which account you are using
  • checking whether an account is standard or administrative
  • making routine local changes with less memorization pressure

The GUI is usually weaker for:

  • repeatable administration across many machines
  • precise scripting or automation
  • deeper auditing and system-wide account inspection

Practical Rule

Use the GUI when it helps you see the model clearly. Move to the CLI when you need repeatability, precision, or a system with no desktop environment.


What to Ignore for Now

  • enterprise directory integration
  • advanced policy editors
  • account provisioning at scale

For now, you only need to understand where these concepts show up visually.


Before You Move On

You are ready for the CLI lesson when you can:

  1. identify a normal account versus an administrative one in a GUI
  2. explain why the same task may appear in different places on different systems
  3. explain why GUI tools are useful but not complete

Next, we inspect identities and memberships directly from the command line.