- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
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.*
Lab Info
Table of Contents
-
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
passwdcommand to set to the default password ofinitech123for all users.
- Add the following user accounts to the system. Set the comment option to the user's full name.
-
Challenge
Add 2 Groups to the System
- Use the
groupaddcommand to add the following groups.- devadmins
- helpdesk
- Use the
-
Challenge
Add Users to the New Groups
- Use either the
usermodorgpasswdcommand to add the following user accounts to thedevadminsgroup.- Peter Gibbons
- Michael Bolton
- Samir Nagheenanajar
- Use either the
usermodorgpasswdcommand to add the following user accounts to thehelpdeskgroup.- Milton Waddams
- Tom Smykowski
- Use either the
-
Challenge
Grant Superuser Privileges Using the New Groups
- Use the
visudocommand to create a new file in the/etc/sudoers.ddirectory and call the file20-groups. - Add the following group configurations into the file
- The
devadminsgroup should be able to connect from any host, act as the root user and be able to run any command. - The
helpdeskgroup should be able to connect from any host, act as the root user and only run thelsandcatcommands.
- The
- Use the
-
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 thedevadminsgroup and attempt to run the following commands with elevated (sudo) privileges.- List the contents of the root user's home directory
- Use the
catcommand to view the/etc/sudoersfile - Use the
lesscommand to view the/etc/sudoersfile. - Exit the previous user and return to your account
- Use the
su -command to switch to one of the users from thehelpdeskgroup and attempt to run the following commands with elevated (sudo) privileges.- List the contents of the root user's home directory
- Use the
catcommand to view the/etc/sudoersfile - Use the
lesscommand to view the/etc/sudoersfile.
- Use the
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.