Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/books/admin_guide/06-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ In this chapter you will learn how to manage user.
****
**Objectives** : In this chapter, future Linux administrators will learn how to:

:heavy_check_mark: add, delete or modify a **group** ;
:heavy_check_mark: add, delete or modify a **user** ;
:heavy_check_mark: know the syntax of the files associated with the management of groups and users ;
:heavy_check_mark: change the *owner* or the *group owner* of a file;
:heavy_check_mark: *secure* user accounts;
:heavy_check_mark: add, delete or modify a **group** ;
:heavy_check_mark: add, delete or modify a **user** ;
:heavy_check_mark: Understand the files associated with users and groups and learn how to manage them;
:heavy_check_mark: change the *owner* or the *group owner* of a file;
:heavy_check_mark: *secure* user accounts;
:heavy_check_mark: change identity.

:checkered_flag: **users**
Expand All @@ -26,15 +26,15 @@ In this chapter you will learn how to manage user.

## General

Each user is a member of at least one group: **this is their main group**.
Each user must have a group, which is called the user's **primary group**.

Several users can be part of the same group.

Users can belong to other groups. These users are *invited* to these **secondary groups**.
A group other than the primary group is called the user's **supplementary groups**.

!!! Note

Each user has a primary group and can be invited into one or more secondary groups.
Each user has a primary group and can be invited into one or more supplementary groups.

Groups and users are managed by their unique numerical identifiers `GID` and `UID`.

Expand Down