11 · The Command Line
chmod / Permissions
Who can read, write, or run a file
Every file has permissions controlling who may read, change, or execute it; chmod changes them.
Concrete example
“Permission denied” often means a script isn't marked executable — chmod fixes that.