Linux file permissions task failed even though script has the execute permissions

The task ask us to make a script executable for all users, so chmod +x has been used on the script and indeed it is executable yet the task failed:

image

A screenshot of the failed check is added in a comment since only one screenshot at a time is allowed

this failed bcoz you need to give read permission as well . try again