01 / 07
What Permission denied really is
This is the line that first breaks people at the terminal.
~ $ ./run.sh-sh: ./run.sh: Permission denied"Permission denied." But it never says who is not allowing whom. With no way to fix it, you end up typing the chmod 777 you found in a search.
This chapter puts an end to that. Today is only about being able to read. You change nothing.
Once you can read them, Permission denied stops being a mystery error and becomes a specific report: this particular thing is missing.