← All labs
PermissionsBeginner~3 min

The script that won't run

A teammate left a deploy script in your home directory, but running ./deploy.sh gives Permission denied. The file is there and the contents look fine — it just isn't marked executable.

Your mission

  • Make `deploy.sh` executable
  • Confirm you can run it with `./deploy.sh`

Everything here is simulated and safe — break things freely. Your progress is tracked on the right and saved in this browser.

player@shellquest — make-it-executable