Granting execution permission for all user

Even after providing execution permission , result is unsuccessful.

Besides being executable, for things to work, the file also needs to be readable. So you need to set that as well (chmod +r FILE)

@rob_kodekloud Thank you very much, it worked