← All labs
FilesystemBeginner~5 min
Config in the wrong place
An app looks for its config at ~/.config/app/app.conf, but it was dropped in your home directory as ~/app.conf. Move it into the right location, creating the directory if it doesn't exist.
Your mission
- Create `~/.config/app/` if needed
- Move `app.conf` into it
- Leave no `app.conf` behind in your home directory
Everything here is simulated and safe — break things freely. Your progress is tracked on the right and saved in this browser.
player@shellquest — relocate-the-config