Filesystem & Navigation
Symlink Surgery
100 pts
0 solves
medium
hands-on
A project directory at `~/project/` has **broken symbolic links** that are causing
the application to fail.
Your mission:
- Fix `bin/libcore.so` so it points to `../data/records.dat`
- Fix `config/app.conf` so it points to `db.conf` (same directory)
- Create a new symlink `~/project/start` pointing to `bin/app.sh`
*All symlinks must use relative paths.*
Ready to solve this?
Create a free account to launch containers, submit answers, and track your progress.