1 Answers
You need to make the file becoming "executable" before running it (since you’re in a Linux environment while using Cloud Shell). Run something like:
chmod +x update.sh
Then you can run the file with ./update.sh
as usual.
Sign Up Free or Log In to participate!
/bin/bash: ./update.sh: Permission denied – anyone having the same problem?
You need to make the file becoming "executable" before running it (since you’re in a Linux environment while using Cloud Shell). Run something like:
chmod +x update.sh
Then you can run the file with ./update.sh
as usual.
Psst…this one if you’ve been moved to ACG!
I’ve tried this multiple times but its still giving me permission denied?