Permissão negada Bash
chmod -R +x folder/*
# give execution permission for all scripts in the directory
Bored Coder
chmod -R +x folder/*
# give execution permission for all scripts in the directory
# first use this command
chmod +x filename
# next use your next command. like
./filename
chmod +x run.sh