Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Google Cloud Platform icon
Labs

Configuring User Accounts and Permissions on a Development Server

In this hands-on lab, you will connect to a Red Hat 8 system using SSH. Once connected, you will use the `useradd` command to add several users, set passwords using the `passwd` command, use the `groupadd` command to add a couple of groups, and use either the `usermod` or `gpasswd` commands to add users to groups. Once the groups are in place, you will grant elevated privileges to a set of users using the new groups and test the permissions by using the `su -` command to switch to a user and attempt to run the commands. *This course is not approved or sponsored by Red Hat.*

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Beginner
Duration
Clock icon 30m
Published
Clock icon Dec 04, 2020

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Add 5 Users to the System

    • Add the following user accounts to the system. Set the comment option to the user's full name.
      • Peter Gibbons (pgibbons)
      • Michael Bolton (mbolton)
      • Samir Nagheenanajar (snagheenanajar)
      • Milton Waddams (mwaddams)
      • Tom Smykowski (tsmykowski)
    • Use the passwd command to set to the default password of initech123 for all users.
  2. Challenge

    Add 2 Groups to the System

    • Use the groupadd command to add the following groups.
      • devadmins
      • helpdesk
  3. Challenge

    Add Users to the New Groups

    • Use either the usermod or gpasswd command to add the following user accounts to the devadmins group.
      • Peter Gibbons
      • Michael Bolton
      • Samir Nagheenanajar
    • Use either the usermod or gpasswd command to add the following user accounts to the helpdesk group.
      • Milton Waddams
      • Tom Smykowski
  4. Challenge

    Grant Superuser Privileges Using the New Groups

    • Use the visudo command to create a new file in the /etc/sudoers.d directory and call the file 20-groups.
    • Add the following group configurations into the file
      • The devadmins group should be able to connect from any host, act as the root user and be able to run any command.
      • The helpdesk group should be able to connect from any host, act as the root user and only run the ls and cat commands.
  5. Challenge

    Validate Superuser Access for Two of the Accounts, One from Each Group

    • Use the su - command to switch to one of the users from the devadmins group and attempt to run the following commands with elevated (sudo) privileges.
      • List the contents of the root user's home directory
      • Use the cat command to view the /etc/sudoers file
      • Use the less command to view the /etc/sudoers file.
      • Exit the previous user and return to your account
    • Use the su - command to switch to one of the users from the helpdesk group and attempt to run the following commands with elevated (sudo) privileges.
      • List the contents of the root user's home directory
      • Use the cat command to view the /etc/sudoers file
      • Use the less command to view the /etc/sudoers file.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans