Terminal error: zsh: permission denied: ./startup.sh
up vote
0
down vote
favorite
I am running a command ./startup.sh nginx:start
and I am getting this error message zsh: permission denied: ./startup.sh
why could this be happening?
macos nginx terminal sh
add a comment |
up vote
0
down vote
favorite
I am running a command ./startup.sh nginx:start
and I am getting this error message zsh: permission denied: ./startup.sh
why could this be happening?
macos nginx terminal sh
Check the file permission and owner
– Andrea Golin
Nov 9 at 16:04
@AndreaGolin I just created the file in the repo.
– TheUnnamed
Nov 9 at 16:06
1
what doesls -l
say?
– Andreas DM
Nov 9 at 16:07
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am running a command ./startup.sh nginx:start
and I am getting this error message zsh: permission denied: ./startup.sh
why could this be happening?
macos nginx terminal sh
I am running a command ./startup.sh nginx:start
and I am getting this error message zsh: permission denied: ./startup.sh
why could this be happening?
macos nginx terminal sh
macos nginx terminal sh
asked Nov 9 at 16:01
TheUnnamed
1,27421128
1,27421128
Check the file permission and owner
– Andrea Golin
Nov 9 at 16:04
@AndreaGolin I just created the file in the repo.
– TheUnnamed
Nov 9 at 16:06
1
what doesls -l
say?
– Andreas DM
Nov 9 at 16:07
add a comment |
Check the file permission and owner
– Andrea Golin
Nov 9 at 16:04
@AndreaGolin I just created the file in the repo.
– TheUnnamed
Nov 9 at 16:06
1
what doesls -l
say?
– Andreas DM
Nov 9 at 16:07
Check the file permission and owner
– Andrea Golin
Nov 9 at 16:04
Check the file permission and owner
– Andrea Golin
Nov 9 at 16:04
@AndreaGolin I just created the file in the repo.
– TheUnnamed
Nov 9 at 16:06
@AndreaGolin I just created the file in the repo.
– TheUnnamed
Nov 9 at 16:06
1
1
what does
ls -l
say?– Andreas DM
Nov 9 at 16:07
what does
ls -l
say?– Andreas DM
Nov 9 at 16:07
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Be sure to give it the execution permission.
cd ~/the/script/folder
chmod +x ./startup.sh
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Be sure to give it the execution permission.
cd ~/the/script/folder
chmod +x ./startup.sh
add a comment |
up vote
2
down vote
accepted
Be sure to give it the execution permission.
cd ~/the/script/folder
chmod +x ./startup.sh
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Be sure to give it the execution permission.
cd ~/the/script/folder
chmod +x ./startup.sh
Be sure to give it the execution permission.
cd ~/the/script/folder
chmod +x ./startup.sh
edited Nov 9 at 16:19
answered Nov 9 at 16:07
Andrea Golin
650314
650314
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53229221%2fterminal-error-zsh-permission-denied-startup-sh%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Check the file permission and owner
– Andrea Golin
Nov 9 at 16:04
@AndreaGolin I just created the file in the repo.
– TheUnnamed
Nov 9 at 16:06
1
what does
ls -l
say?– Andreas DM
Nov 9 at 16:07