← All labs
PermissionsIntermediate~4 min
The web root nginx can't serve
After a botched copy, /var/www/html/index.html is owned by root:root instead of www-data:www-data, so the web server process can't read it. Restore the correct ownership.
Your mission
- Set owner and group of `/var/www/html/index.html` to `www-data`
Everything here is simulated and safe — break things freely. Your progress is tracked on the right and saved in this browser.
player@shellquest — fix-ownership