Managing local users and groups is a key skill for any system administor. In this hands-on lab, we will create, delete, and modify local user accounts, change local user account passwords and adjust password aging, as well as create, delete, and modify local groups and group memberships on RHEL 8. Sometimes we need to give a user account elevated access to one or more commands, but we don’t want to give them ‘root’ privileges, or access to an application user account. Fortunately, we can do this via the ‘sudo’ utility. Understanding how to configure ‘sudo’ properly is an important skill for system administrators. will examine how to configure superuser access using ‘sudo’ on RHEL 8.
*This course is not approved or sponsored by Red Hat.*
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create, Delete, and Modify Local User Accounts
- Create two user accounts for Contract Employees.
- Change the user’s passwords.
- Set Password Aging for one of the users.
- Create, Delete, and Modify Local Groups and Group Memberships
- Create two custom local groups.
- Modify the group information.
- Modify group membership via the User Account and Group.
- Configure Superuser Access
- Create a test account and configure it’s access to user management tools.
- Use the test account to create an
admin_user
account. - Add that user to the same user management alias.
- Test the
admin_user
account’s elevated privileges.