Google Certified Associate Cloud Engineer 2020

Sign Up Free or Log In to participate!

/bin/bash: ./update.sh: Permission denied – anyone having the same problem?

/bin/bash: ./update.sh: Permission denied – anyone having the same problem?

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.

Saverros

I’ve tried this multiple times but its still giving me permission denied?

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?