Kolam Ayer MakersLinux Foundations

Script Permissions

Core Idea

Executable permission lets the system run a script directly.

Practice Alone

Run with bash script.sh, add chmod +x, then run ./script.sh.

Done When

You know the difference between interpreting a script and executing it.

Go Deeper