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:
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.