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

There is an inconsistency in the course content regarding the current working directory when making the instance script executable. The prompt for the chmod command incorrectly shows the home directory (~) instead of the bin directory.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • RH124 - RHEL9.3-en-1-20240717
    • RH124
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • en-US (English)

      Please fill in the following information:


      URL: https://rol-factory.ole.redhat.com/rol/app/courses/rh124-9.3/pages/ch08s06
      Reporter RHNID: shasingh01
      Section Title:  Guided Exercise: Kill Processes                                                                     

      Issue description

      There is an inconsistency in the course content regarding the current working directory when making the instance script executable. The prompt for the chmod command incorrectly shows the home directory (~) instead of the bin directory.

      [student@servera ~]$ chmod +x /home/student/bin/instance

      This prompt suggests that the user is in the home directory, which is misleading given the context that the user should be in the bin directory where the script resides.

      Correct Behavior:

      [student@servera bin]$ chmod +x instance

      ===============================================================

      Proposed Correction:

      [student@servera ~]$ cd /home/student/bin

      [student@servera bin]$ vim instance

      [student@servera bin]$ chmod +x instance

      ================================================================

      Team,

      Please review the above details and suggested corrections. If they seem correct, kindly update the course content accordingly to avoid any confusion for the users.

      Thank you.

      Guided Exercise: Kill Processes

      Steps to reproduce:

       

      Workaround:

       

      Expected result:

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

              Created:
              Updated:
              Resolved: