Scenario: "Bermuda": Command not found
Level: Medium
Type: Fix
Tags: business
Access: Business
Description: While working with a distro with a very small footprint, we just found out that there are some basic commands not present, this was supposed to be a security feature, after all this is just a small server, however, the web content was not deployed. Your task is to decompress the file /home/admin/web.zip and move the file home.html in it to /var/www/html/index.html
Root (sudo) Access: False
Test: The service must return the string "Homepage". You can check with the command curl -s localhost
The "Check My Solution" button runs the script /home/admin/agent/check.sh, which you can see and execute.
Time to Solve: 10 minutes.