Storage & Disks
Archive Master
175 pts
1 solves
hard
hands-on
A recovery archive at `~/archives/recovery.tar` contains **nested archives**:
an archive inside an archive inside an archive. Somewhere in the deepest layer
is a file called `secret.txt`.
Your mission:
- Extract through all layers to find `secret.txt`
- Write its contents to `~/answer.txt`
- Create `~/archives/solution.tar.gz` containing **only** `secret.txt`
*Hint: `tar xf`, then `tar xzf` repeatedly. Check file types with `file`.*
Ready to solve this?
Create a free account to launch containers, submit answers, and track your progress.