Managing users and their groups

In this recipe, we will learn how to manage your system's users and groups on CentOS 7. Essential user and group managing skills are one of the most important CentOS system administrator fundamentals.

Getting ready

To complete this recipe, you will need a working installation of the CentOS 7 operating system with root privileges and a console-based text editor of your choice.

How to do it...

This recipe shows you how to manage users and groups by learning how to add, delete, and modify them:

  1. To begin this recipe, we log in as root and type the following command to get a list of all the users known to the system: cat /etc/passwd.
  2. Now, show the root user ID (UID) and group ID (GID):
    id root
    
  3. Next, we will run the following ...

Get CentOS 7 Linux Server Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.