-
Bug
-
Resolution: Unresolved
-
Major
-
RH124 - RHEL10.0-en-3-20250821
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/rh124-10.0/pages/ch20s03 |
Reporter RHNID: | shasingh01 |
Section Title: | Lab: Manage Users and Groups, Permissions, and Processes |
Issue description
There are inconsistencies between the provided specifications and the implemented commands in the instructions. step 3, 4 & 7
Review:
=======
- Running passwd after chage -d 0 resets the “last password change” date.
- This cancels the forced password change.
Correct sequence should be:
passwd dbadmin1
chage -d 0 -m 10 -M 30 dbadmin1
Create /home/dbadmin1/grading/review2 owned by dbadmin1:database
- Spec: Ownership only for this directory and its contents.
This changes ownership of all of /home/dbadmin1, not just grading/review2
Correct command should be:
chown -R dbadmin1:database /home/dbadmin1/grading/review2
Please review
Steps to reproduce:
Workaround:
Expected result: