You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 10-The-Client-Demonstration/02-Troubleshoot-the-Development-Environment, #14 "...change the ownership of ALL files and directories under /opt/caleston-code to user mercury." the validation does not appear to be working correctly.
Date lab completed: 2023-12-17
In: Chrome on a Macbook
Steps to reproduce:
Execute the expected command from Bob's home directory on devapp01: sudo chown -R mercury /opt/caleston-code
Click the [Check] button
Expected:
Should say correct
Actual:
Indicates failure and error says not all files are owned by mercury
Notes:
After running the command and getting a failed check, I ran find /opt -user bob and there was no output. I ran find /opt -user mercury and it seemed to list all the files. I even changed ownership of /opt and /opt/caleston-code directories and it still failed the check.
The text was updated successfully, but these errors were encountered:
In 10-The-Client-Demonstration/02-Troubleshoot-the-Development-Environment, #14 "...change the ownership of ALL files and directories under /opt/caleston-code to user mercury." the validation does not appear to be working correctly.
Date lab completed: 2023-12-17
In: Chrome on a Macbook
Steps to reproduce:
sudo chown -R mercury /opt/caleston-code
Expected:
Actual:
Notes:
After running the command and getting a failed check, I ran
find /opt -user bob
and there was no output. I ranfind /opt -user mercury
and it seemed to list all the files. I even changed ownership of/opt
and/opt/caleston-code
directories and it still failed the check.The text was updated successfully, but these errors were encountered: