Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-15430

Incorrect sequence and command scope in lab instructions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • RH124 - RHEL10.x NEXT
    • RH124 - RHEL10.0-en-3-20250821
    • RH124
    • None
    • False
    • Hide

      None

      Show
      None
    • 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:

              zoltanmolnar Zoltan Molnar
              shasingh01 Shashi Singh
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: