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
// permission denied ? give exeutue permissions
chmod u+x program_name
// now run program
program_name