Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Ch04, permission denied when executing my script #135

Open
lobaluna opened this issue Aug 16, 2022 · 0 comments
Open

In Ch04, permission denied when executing my script #135

lobaluna opened this issue Aug 16, 2022 · 0 comments

Comments

@lobaluna
Copy link

lobaluna commented Aug 16, 2022

Hi, I have assigned permissions to execute to all, but still my script (named differently, not 'top-words-n.sh') cannot run. First I assigned execute permission to user only, but it didn't work neither :(

Since we are in the zsh shell, it returns an error:

$ ./palabras-comunes.sh        
zsh: permission denied: ./palabras-comunes.sh

However, if I use:

$ zsh ./palabras-comunes.sh

…the script is executed.

The same happens to the last code example in section 4.2.4.
Please update the wording of the text in the chapter, accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant